@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 406 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { HeadingProps } from "../heading/heading.types.js";
import "../heading/index.js";
import "../index.js";
//#region src/footer/footerHeading.d.ts
/** Heading of a links section. */
declare const FooterHeading: VuiComponent<"h5", HeadingProps>;
//#endregion
export { FooterHeading, FooterHeading as default };
//# sourceMappingURL=footerHeading.d.ts.map