UNPKG

@reusable-ui/modal

Version:

Overlays a dialog to the entire site's page.

9 lines (8 loc) 258 B
// defaults: const _defaultBackdropStyle = 'regular'; export const useBackdropVariant = ({ backdropStyle = _defaultBackdropStyle }) => { return { class: (backdropStyle === 'regular') ? null : backdropStyle, }; }; //#endregion BackdropVariant