moment.d.ts 1.1 KB

1234567891011121314151617
  1. import type { Moment } from 'moment';
  2. import type { CalendarProps } from './generateCalendar';
  3. export type { CalendarProps };
  4. declare const _default: {
  5. new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<CalendarProps<Moment>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<CalendarProps<Moment>>, {}, true, {}, {}, {
  6. P: {};
  7. B: {};
  8. D: {};
  9. C: {};
  10. M: {};
  11. Defaults: {};
  12. }, Readonly<CalendarProps<Moment>>, {}, {}, {}, {}, {}>;
  13. __isFragment?: never;
  14. __isTeleport?: never;
  15. __isSuspense?: never;
  16. } & import("vue").ComponentOptionsBase<Readonly<CalendarProps<Moment>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
  17. export default _default;