UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

10 lines (9 loc) 257 B
export declare const Clock: { now: () => Date; Testing: { timeTravel: (time: Date | string) => void; restoreTime: () => void; freezeTime: (time: Date | string | undefined) => void; unfreezeTime: () => void; }; };