UNPKG

@alicloudfe/components

Version:

A react component library for aliyun

8 lines (6 loc) 298 B
import { TreeSelect as NextTreeSelect } from '@alifd/next'; import React from 'react'; declare type NextTreeSelectProps = React.ComponentProps<typeof NextTreeSelect>; declare const TreeSelect: React.FC<NextTreeSelectProps>; export default TreeSelect; export * from '@alifd/next/types/tree-select'