first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
15
node_modules/@fullcalendar/vue3/dist/FullCalendar.d.ts
generated
vendored
Normal file
15
node_modules/@fullcalendar/vue3/dist/FullCalendar.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { PropType } from 'vue';
|
||||
import { Calendar, CalendarOptions } from '@fullcalendar/core';
|
||||
import { CustomRendering } from '@fullcalendar/core/internal';
|
||||
declare const FullCalendar: import("vue").DefineComponent<{
|
||||
options: PropType<CalendarOptions>;
|
||||
}, unknown, {
|
||||
renderId: number;
|
||||
customRenderingMap: Map<string, CustomRendering<any>>;
|
||||
}, {}, {
|
||||
getApi(): Calendar;
|
||||
buildOptions(suppliedOptions: CalendarOptions | undefined): CalendarOptions;
|
||||
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
options: PropType<CalendarOptions>;
|
||||
}>>, {}>;
|
||||
export default FullCalendar;
|
||||
Loading…
Add table
Add a link
Reference in a new issue