UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 290 B
/// <reference types="react" /> import { TreeSelectValueType } from '@sheinx/base'; import { TreeSelectProps } from './tree-select.type'; declare const _default: <DataItem, Value extends TreeSelectValueType>(props: TreeSelectProps<DataItem, Value>) => JSX.Element; export default _default;