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
14 lines • 453 B
TypeScript
/**
* GrabScroll plugin
*
* @header --gstc--header--
*/
import type { Vido } from '../gstc';
export declare const pluginName = "GrabScroll";
export declare const pluginPath: string;
export declare const templatePath = "config.templates.chart-timeline-items-row-item";
export interface Options {
enabled?: boolean;
}
export declare function Plugin(options?: Options): (vidoInstance: Vido) => () => void;
//# sourceMappingURL=grab-scroll.d.ts.map