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) 311 B
import { VuiComponent } from "../core/vui.js"; import { LinkProps } from "../link/link.types.js"; //#region src/footer/footerLink.d.ts /** Individual link item of the Footer. */ declare const FooterLink: VuiComponent<"a", LinkProps>; //#endregion export { FooterLink }; //# sourceMappingURL=footerLink.d.ts.map