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.

11 lines (10 loc) 383 B
import { VuiComponent } from "../core/vui.js"; import { LinkProps } from "../link/link.types.js"; import "../link/index.js"; import "../index.js"; //#region src/footer/footerLink.d.ts /** Individual link item of the Footer. */ declare const FooterLink: VuiComponent<"a", LinkProps>; //#endregion export { FooterLink, FooterLink as default }; //# sourceMappingURL=footerLink.d.ts.map