/** * diwa-modal — Public TypeScript types * ====================================== * Exported so framework wrapper packages and consumers can share these types. */ /** Controls the visual style of the backdrop overlay behind the modal. */ export type ModalBackdrop = 'blur' | 'shading'; export type { Theme } from '../../utils/styles'; //# sourceMappingURL=types.d.ts.map