UNPKG

@chayns-components/devalue-slider

Version:
9 lines (8 loc) 213 B
import { FunctionComponent } from 'react'; export type TimerProps = { color: string; devalueTime: Date; textColor?: string; }; declare const Timer: FunctionComponent<TimerProps>; export default Timer;