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.

12 lines (11 loc) 1.04 kB
import { ApplicationFooterProps, FooterColumnData, FooterColumnProps, FooterColumnsProps, FooterContentProps, FooterContext, FooterLinkData, FooterProps, FooterSectionData, FooterSectionProps, FooterTrademarkProps } from "./footer.types.js"; import "./footerColumn.js"; import { FooterContent } from "./footerContent.js"; import { FooterHeading } from "./footerHeading.js"; import { FooterLink } from "./footerLink.js"; import "./footerRow.js"; import { FooterSection } from "./footerSection.js"; import { Footer, FooterBase } from "./footer.js"; import { useFooterLinks } from "./helpers.js"; import { ApplicationFooter } from "./applicationFooter.js"; export { ApplicationFooter, type ApplicationFooterProps, Footer, FooterBase, type FooterColumnData, type FooterColumnProps, type FooterColumnsProps, FooterContent, type FooterContentProps, type FooterContext, FooterHeading, FooterLink, type FooterLinkData, type FooterProps, FooterSection, type FooterSectionData, type FooterSectionProps, type FooterTrademarkProps, useFooterLinks };