date-fns.d.ts 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. import type { CalendarProps } from './generateCalendar';
  2. export type { CalendarProps };
  3. declare const _default: {
  4. new (...args: any[]): {
  5. $: import("vue").ComponentInternalInstance;
  6. $data: {};
  7. $props: Partial<{}> & Omit<Readonly<CalendarProps<Date>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
  8. $attrs: {
  9. [x: string]: unknown;
  10. };
  11. $refs: {
  12. [x: string]: unknown;
  13. };
  14. $slots: Readonly<{
  15. [name: string]: import("vue").Slot;
  16. }>;
  17. $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
  18. $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
  19. $emit: (event: string, ...args: any[]) => void;
  20. $el: any;
  21. $options: import("vue").ComponentOptionsBase<Readonly<CalendarProps<Date>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
  22. beforeCreate?: (() => void) | (() => void)[];
  23. created?: (() => void) | (() => void)[];
  24. beforeMount?: (() => void) | (() => void)[];
  25. mounted?: (() => void) | (() => void)[];
  26. beforeUpdate?: (() => void) | (() => void)[];
  27. updated?: (() => void) | (() => void)[];
  28. activated?: (() => void) | (() => void)[];
  29. deactivated?: (() => void) | (() => void)[];
  30. beforeDestroy?: (() => void) | (() => void)[];
  31. beforeUnmount?: (() => void) | (() => void)[];
  32. destroyed?: (() => void) | (() => void)[];
  33. unmounted?: (() => void) | (() => void)[];
  34. renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
  35. renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
  36. errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
  37. };
  38. $forceUpdate: () => void;
  39. $nextTick: typeof import("vue").nextTick;
  40. $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
  41. } & Readonly<CalendarProps<Date>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
  42. __isFragment?: never;
  43. __isTeleport?: never;
  44. __isSuspense?: never;
  45. } & import("vue").ComponentOptionsBase<Readonly<CalendarProps<Date>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
  46. export default _default;