UNPKG

@alicloudfe/components

Version:

A react component library for aliyun

6 lines (5 loc) 251 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;