UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 271 B
/// <reference types="react" /> import type { SmartRate } from './PropTypes'; declare const Rate: import("react").FC<SmartRate>; export { Rate }; export { SmartRate, SmartRateEvents, SmartRateExternalClassName, SmartRateProps, SmartRateChangeEvent, } from './PropTypes';