UNPKG

gantt-source_management

Version:

Gantt, Schedule,

22 lines 649 B
/** * Gantt-Schedule-Timeline-Calendar Slots * * @header --gstc--header-- */ import { Vido } from '../gstc'; import { Slots as VidoSlots, ComponentInstance, Component } from '@neuronet.io/vido'; export type SlotInstances = { [key: string]: ComponentInstance[]; }; export interface SlotStorage { [key: string]: Component[]; } export declare class Slots extends VidoSlots { private name; private subs; constructor(name: string, vido: Vido, props: unknown); destroy(): void; getName(): string; } export declare function generateSlots(name: string, vido: Vido, props: unknown): Slots; //# sourceMappingURL=slots.d.ts.map