@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 582 B
TypeScript
import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import "../index.js";
//#region src/modal/modalBackdrop.d.ts
declare const ModalBackdropBase: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SystemProps, never>;
/** Displays a dark overlay underneath modal content, but on top of page content. */
declare const ModalBackdrop: VuiComponent<"div", SystemProps>;
//#endregion
export { ModalBackdrop, ModalBackdrop as default, ModalBackdropBase };
//# sourceMappingURL=modalBackdrop.d.ts.map