@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 391 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { BoxProps } from "../box/box.types.js";
import "../index.js";
//#region src/popover/popoverContent.d.ts
/** Displays provided content in an overlaying wrapper. */
declare const PopoverContent: VuiComponent<"div", BoxProps>;
//#endregion
export { PopoverContent, PopoverContent as default };
//# sourceMappingURL=popoverContent.d.ts.map