UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

8 lines (7 loc) 200 B
interface IsSameTimeInput { time: string; compare: string; withSeconds: boolean; } export declare function isSameTime({ time, compare, withSeconds }: IsSameTimeInput): boolean; export {};