export { default as FileExplorer } from './FileExplorer.svelte'; export type { FileItem, ContextMenuAction } from './types';