UNPKG

svelte-gantt-event-custom

Version:

Interactive JavaScript Gantt chart/resource booking component

9 lines (8 loc) 243 B
import { Writable } from 'svelte/store'; export declare class SelectionManager { selection: Writable<any[]>; constructor(); selectSingle(item: any): void; toggleSelection(item: any): void; clearSelection(): void; }