UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

4 lines (3 loc) 188 B
import { DateStringValue } from '../../types'; export declare function assignTime(dateValue: DateStringValue | null, // Date to assign time to timeString: string): DateStringValue | null;