UNPKG

react-restyle-components

Version:
7 lines 233 B
import React from 'react'; interface TimerProps { onClear: () => void; } export declare const Timer: React.ForwardRefExoticComponent<TimerProps & React.RefAttributes<any>>; export {}; //# sourceMappingURL=timer.component.d.ts.map