UNPKG

@grigorov-it/mazer

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

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