@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
9 lines (8 loc) • 370 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { BoxProps } from "../box/box.types.js";
//#region src/header/headerMobileContent.d.ts
/** Displays part of the Header content when on a mobile screen. */
declare const HeaderMobileContent: VuiComponent<"div", BoxProps>;
//#endregion
export { HeaderMobileContent };
//# sourceMappingURL=headerMobileContent.d.ts.map