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