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) 414 B
import { VuiComponent } from "../core/vui.js"; import { FooterColumnProps } from "./footer.types.js"; import "../index.js"; //#region src/footer/footerColumn.d.ts /** Organizes sections with links into a single column. Different width per breakpoint. */ declare const FooterColumn: VuiComponent<"div", FooterColumnProps>; //#endregion export { FooterColumn as default }; //# sourceMappingURL=footerColumn.d.ts.map