@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
6 lines (5 loc) • 298 B
TypeScript
/// <reference types="react" />
import type { SmartSidebar } from './PropTypes';
declare const Sidebar: import("react").FC<SmartSidebar>;
export { Sidebar };
export { SmartSidebar, SmartSidebarEvents, SmartSidebarExternalClassName, SmartSidebarProps, SmartSidebarChangeEvent, } from './PropTypes';