UNPKG

@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) 400 B
import { VuiComponent } from "../core/vui.js"; import { BoxProps } from "../box/box.types.js"; import "../index.js"; //#region src/header/headerContent.d.ts /** Controls max-width of the content and centers itself horizontally. */ declare const HeaderContent: VuiComponent<"div", BoxProps>; //#endregion export { HeaderContent, HeaderContent as default }; //# sourceMappingURL=headerContent.d.ts.map