@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 345 B
TypeScript
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;