UNPKG

@passflow/passflow-react-sdk

Version:
9 lines 271 B
import { FC, PropsWithChildren } from 'react'; type TTimerButton = PropsWithChildren & { totalSecond: number; onClick: () => void; className?: string; }; export declare const TimerButton: FC<TTimerButton>; export {}; //# sourceMappingURL=timer-button.d.ts.map