@amsterdam/design-system-react
Version:
All React components from the Amsterdam Design System. Use it to compose pages in your website or application.
10 lines (9 loc) • 359 B
TypeScript
/**
* @license EUPL-1.2+
* Copyright Gemeente Amsterdam
*/
export { PageFooter } from './PageFooter';
export type { PageFooterProps } from './PageFooter';
export type { PageFooterMenuProps } from './PageFooterMenu';
export type { PageFooterMenuLinkProps } from './PageFooterMenuLink';
export type { PageFooterSpotlightProps } from './PageFooterSpotlight';