UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 280 B
/// <reference types="react" /> import type { SmartCountDown } from './PropTypes'; declare const CountDown: import("react").FC<SmartCountDown>; export { CountDown }; export { SmartCountDown, SmartCountDownEvents, SmartCountDownProps, SmartCountDownTimeData, } from './PropTypes';