UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 345 B
import type { SFCWithInstall } from '../_util/interface'; import SelectTree from './selectTree.vue'; type SelectTreeType = SFCWithInstall<typeof SelectTree>; export { selectTreeProps } from './selectTree.vue'; export type { SelectTreeProps } from './selectTree.vue'; export declare const FSelectTree: SelectTreeType; export default FSelectTree;