UNPKG

@reusable-ui/modal

Version:

Overlays a dialog to the entire site's page.

3 lines (2 loc) 136 B
import { CssRule, CssStyleCollection } from '@cssfn/core'; export declare const ifGlobalModal: (styles: CssStyleCollection) => CssRule;