@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) • 381 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { FooterColumnProps } from "./footer.types.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 };
//# sourceMappingURL=footerColumn.d.ts.map