UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 269 B
import type { SFCWithInstall } from '../_util/interface'; import Tree from './tree'; type TreeType = SFCWithInstall<typeof Tree>; export { treeProps } from './props'; export type { TreeProps } from './props'; export declare const FTree: TreeType; export default FTree;