UNPKG

gantt-schedule-timeline-calendar

Version:

Gantt, Schedule, Timeline, Calendar components all in one. [gantt, timeline, schedule, scheduler, calendar, booking, gantt chart, reservation, javascript gantt, javascript timeline, javascript schedule, javascript scheduler, javascript calendar, javascrip

12 lines 341 B
/** * ExportPDF plugin * * @header --gstc--header-- */ import type { Vido } from '../gstc'; export declare const pluginName = "ExportPDF"; export declare const pluginPath: string; export interface Options { } export declare function Plugin(options?: Options): (vidoInstance: Vido) => () => void; //# sourceMappingURL=export-pdf.d.ts.map