import type { JBModalWebComponent } from "./jb-modal"; import type { EventTypeWithTarget } from 'jb-core'; export type ElementsObject = { componentWrapper: HTMLDivElement; background: HTMLDivElement; }; export type JBModalEventType = EventTypeWithTarget; //# sourceMappingURL=types.d.ts.map