UNPKG

@vurilo/nepali-date-picker

Version:

Nepali Calendars, date and time pickers based on Mantine components

5 lines (4 loc) 291 B
import { DatesRangeValue, DateValue } from '../types'; type TimeShiftDirection = 'add' | 'remove'; export declare function shiftTimezone<T extends DateValue | Date[] | DatesRangeValue | undefined>(direction: TimeShiftDirection, date: T, timezone?: string, disabled?: boolean): T; export {};