UNPKG

@datalayer/core

Version:
10 lines (9 loc) 192 B
/** * Timer displaying the time as text. * * Duration should be provided in seconds. */ export declare function Timer(props: { duration: number; }): JSX.Element; export default Timer;