UNPKG

@grigorov-it/mazer

Version:

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

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