@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
6 lines (5 loc) • 349 B
TypeScript
/// <reference types="react" />
import type { SmartTreeSelect } from './PropTypes';
declare const TreeSelect: import("react").FC<SmartTreeSelect>;
export { TreeSelect };
export { SmartTreeSelect, SmartTreeSelectEvents, SmartTreeSelectExternalClassName, SmartTreeSelectItem, SmartTreeSelectProps, SmartTreeSelectClickNavDetail, } from './PropTypes';