UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

5 lines (4 loc) 176 B
/** * Return true if the first date is earlier than the second date */ export declare const isBefore: (beforeDate: Date | undefined, afterDate: Date | undefined) => boolean;