UNPKG

flatpickr_plus

Version:

A lightweight, powerful javascript datetime picker with additional locale year support and year dropdown

8 lines (7 loc) 225 B
import { Plugin } from "../../types/options"; export declare type PlusWeeks = { weekStartDay: Date; weekEndDay: Date; }; declare function weekSelectPlugin(): Plugin<PlusWeeks>; export default weekSelectPlugin;