UNPKG

@ulu/frontend

Version:

A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.

20 lines 532 B
export class ProgrammaticModalManager { static defaults: { triggerSelector: string; triggerInitAttr: string; }; constructor(passedOptions: any); options: any; triggers: any; cachedTrigger: any; onTriggerClick: (event: any) => void; onPageModified: () => void; setupTriggers(): void; destroy(): void; createAndOpen(config: any, afterCreate: any): { trigger: any; modal: Element; config: any; }; } //# sourceMappingURL=programmatic-modal.d.ts.map