UNPKG

@rehookify/datepicker

Version:

The ultimate tool to create a date, range and time picker in your React applications.

3 lines 185 B
import type { DPConfig, DPTime } from '../types'; export declare var createTime: (d: Date | undefined, { time, locale }: DPConfig) => DPTime[]; //# sourceMappingURL=create-time.d.ts.map