OptionalcloseOnBackdrop?: booleanEnable native light-dismiss (Escape and backdrop click) by setting the
closedby="any" attribute. Defaults to true. Authors can set closedby
directly in markup so dismissal works with no JavaScript at all.
OptionaldefaultOpen?: booleanOpen the dialog immediately on enhance. Defaults to false.
OptionalonOpenChange?: (open: boolean) => voidCalled after the dialog opens or closes (including native Escape).
Shared options for the modal and drawer dialog enhancers.