svelte-gantt
Version:
Interactive JavaScript Gantt chart/resource booking component
8 lines (7 loc) • 319 B
TypeScript
type DelegatedCallback = (e: MouseEvent, data: string, target: Element) => void;
export declare function createDelegatedEventDispatcher(): {
onDelegatedEvent(type: any, attr: any, callback: DelegatedCallback): void;
offDelegatedEvent(type: any, attr: any): void;
onEvent(e: MouseEvent): void;
};
export {};