type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};aria ariatype ModalAriaAttribute = {
'aria-label'?: string;
'role'?: string;
}undefinedbackdrop backdroptype ModalBackdrop ='blur''shading''blur'background backgroundtype ModalBackground ='canvas''surface''canvas'disableBackdropClick disable-backdrop-clickbooleanfalsedismissButton dismiss-buttonbooleantruefullscreen 🛠fullscreenbooleanBreakpointCustomizable<boolean>falseopen openbooleanfalsedismiss CustomEvent<void>motionHiddenEnd type ModalMotionHiddenEndEventDetail = TransitionEvent
CustomEvent<ModalMotionHiddenEndEventDetail>motionVisibleEnd type ModalMotionVisibleEndEventDetail = TransitionEvent
CustomEvent<ModalMotionVisibleEndEventDetail><slot name="header"> <slot> <slot name="footer"> --p-modal-width auto--p-modal-spacing-top clamp(16px, 10vh, 192px)--p-modal-spacing-bottom clamp(16px, 10vh, 192px)--ref-p-modal-pt --ref-p-modal-pb --ref-p-modal-px 