@ulu/frontend
Version:
A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules op
20 lines • 540 B
TypeScript
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: any;
config: any;
} | undefined;
}
//# sourceMappingURL=programmatic-modal.d.ts.map