UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

12 lines (11 loc) 336 B
export interface ICountdownProps { className?: string; countdownEndTime?: string; countdownStartTime?: string; time?: number; countdownType?: '' | 'day'; autoShowDay?: boolean; onCountdownChange?: () => void; onCountdownFinish?: () => void; } export declare const CountdownDefaultProps: ICountdownProps;