UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 289 B
/// <reference types="react" /> import type { SmartSwitch } from './PropTypes'; declare const Switch: import("react").FC<SmartSwitch>; export { Switch }; export { SmartSwitch, SmartSwitchEvents, SmartSwitchExternalClassName, SmartSwitchProps, SmartSwitchChangeEvent, } from './PropTypes';