UNPKG

storie-component

Version:

A component for ReactJS to display stories

11 lines (10 loc) 208 B
/** * hook contador */ export declare const useCount: (tope: number, autoStart?: boolean) => { count: number; start: () => void; stop: () => void; reset: () => void; isPlay: boolean; };