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