UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

8 lines 286 B
import { DivProps } from "../../types/index.mjs"; import { FC } from "react"; //#region src/mdx/FileTree/index.d.ts type FileTreeProps = DivProps; declare const FileTree: FC<FileTreeProps>; //#endregion export { FileTreeProps, FileTree as default }; //# sourceMappingURL=index.d.mts.map