UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 251 B
/// <reference types="react" /> import type { SmartDropdownMenu } from './PropTypes'; declare const DropdownMenu: import("react").FC<SmartDropdownMenu>; export { DropdownMenu }; export { SmartDropdownMenu, SmartDropdownMenuProps } from './PropTypes';