UNPKG

toast-ui-calendar-vue3

Version:

Simple `@toast-ui/calendar` wrapper for vue3, pr welcomes ~

56 lines (55 loc) 2.32 kB
type __VLS_Props = { view: string; useFormPopup?: boolean; useDetailPopup?: boolean; isReadOnly?: boolean; usageStatistics?: boolean; gridSelection?: Record<string, any> | boolean; week?: Record<string, any>; month?: Record<string, any>; timezone: Record<string, any>; theme?: Record<string, any>; template?: Record<string, any>; calendars: any[]; events: any[]; eventFilter?: (...args: any[]) => any; }; declare const _default: import('vue').DefineComponent<__VLS_Props, { getRootElement(): HTMLElement | SVGElement | null | undefined; getInstance(): any; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { selectDateTime: (...args: any[]) => void; beforeCreateEvent: (...args: any[]) => void; beforeUpdateEvent: (...args: any[]) => void; beforeDeleteEvent: (...args: any[]) => void; afterRenderEvent: (...args: any[]) => void; clickDayName: (...args: any[]) => void; clickEvent: (...args: any[]) => void; clickMoreEventsBtn: (...args: any[]) => void; clickTimezoneCollapseBtn: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelectDateTime?: ((...args: any[]) => any) | undefined; onBeforeCreateEvent?: ((...args: any[]) => any) | undefined; onBeforeUpdateEvent?: ((...args: any[]) => any) | undefined; onBeforeDeleteEvent?: ((...args: any[]) => any) | undefined; onAfterRenderEvent?: ((...args: any[]) => any) | undefined; onClickDayName?: ((...args: any[]) => any) | undefined; onClickEvent?: ((...args: any[]) => any) | undefined; onClickMoreEventsBtn?: ((...args: any[]) => any) | undefined; onClickTimezoneCollapseBtn?: ((...args: any[]) => any) | undefined; }>, { useFormPopup: boolean; useDetailPopup: boolean; isReadOnly: boolean; usageStatistics: boolean; gridSelection: Record<string, any> | boolean; week: Record<string, any>; month: Record<string, any>; timezone: Record<string, any>; theme: Record<string, any>; template: Record<string, any>; eventFilter: (...args: any[]) => any; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { containerRef: HTMLDivElement; }, HTMLDivElement>; export default _default;