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) 601 B
import { ApplicationFooterProps, FooterColumnData, FooterColumnProps, FooterColumnsProps, FooterContentProps, FooterContext, FooterLinkData, FooterProps, FooterSectionData, FooterSectionProps, FooterTrademarkProps } from "./footer.types.js"; import { FooterContent } from "./footerContent.js"; import { FooterHeading } from "./footerHeading.js"; import { FooterLink } from "./footerLink.js"; import { FooterSection } from "./footerSection.js"; import { Footer, FooterBase } from "./footer.js"; import { useFooterLinks } from "./helpers.js"; import { ApplicationFooter } from "./applicationFooter.js";