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.

9 lines (8 loc) 328 B
import { VuiComponent } from "../core/vui.js"; import { HeadingProps } from "../heading/heading.types.js"; //#region src/footer/footerHeading.d.ts /** Heading of a links section. */ declare const FooterHeading: VuiComponent<"h5", HeadingProps>; //#endregion export { FooterHeading }; //# sourceMappingURL=footerHeading.d.ts.map