@rehookify/datepicker
Version:
The ultimate tool to create a date, range and time picker in your React applications.
4 lines • 349 B
TypeScript
import type { DPConfig, DPDatesMode, DPUserConfig } from '../types';
export declare function createConfig({ selectedDates, onDatesChange, focusDate, offsetDate, onOffsetChange, calendar, dates, locale, time, exclude, years, }: DPUserConfig): DPConfig;
export declare function isRange(mode: DPDatesMode): boolean;
//# sourceMappingURL=config.d.ts.map