UNPKG

@makeen.io/material-ui-kit

Version:
10 lines (9 loc) 284 B
import { unitOfTime } from "moment"; export declare type CountdownProps = { limit: number; type: string; unit: unitOfTime.Diff; value: string; }; declare const _default: ({ type, unit, value, limit, ...props }: CountdownProps) => JSX.Element; export default _default;