@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) • 398 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { FooterSectionProps } from "./footer.types.js";
import "../index.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, FooterSection as default };
//# sourceMappingURL=footerSection.d.ts.map