UNPKG

flatpickr_plus

Version:

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

7 lines (6 loc) 183 B
import { Plugin } from "../types/options"; export interface Config { moment: Function; } declare function momentPlugin(config: Config): Plugin; export default momentPlugin;