@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) • 350 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { FooterSectionProps } from "./footer.types.js";
//#region src/footer/footerSection.d.ts
/** Section includes a heading and a set of links. */
declare const FooterSection: VuiComponent<"div", FooterSectionProps>;
//#endregion
export { FooterSection };
//# sourceMappingURL=footerSection.d.ts.map