UNPKG

@fish-render/count-to

Version:
11 lines (10 loc) 236 B
export interface CountToProps { startValue?: number; endValue: number; duration?: number; prefix?: string; suffix?: string; autoplay?: boolean; ssr?: boolean; initialDisplay?: 'start' | 'end' | 'auto'; }