@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
6 lines (5 loc) • 333 B
TypeScript
/// <reference types="react" />
import type { SmartSidebarItem } from './PropTypes';
declare const SidebarItem: import("react").FC<SmartSidebarItem>;
export { SidebarItem };
export { SmartSidebarItem, SmartSidebarItemEvents, SmartSidebarItemExternalClassName, SmartSidebarItemProps, SmartSidebarItemClickEvent, } from './PropTypes';