@sb1/ffe-core-react
Version:
React components for ffe-core components
13 lines (12 loc) • 677 B
JavaScript
export { BodyText } from './typography/BodyText';
export { DividerLine } from './typography/DividerLine';
export { EmphasizedText, } from './typography/EmphasizedText';
export { Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, } from './typography/Heading';
export { LinkText } from './typography/LinkText';
export { LinkIcon } from './typography/LinkIcon';
export { MicroText } from './typography/MicroText';
export { Paragraph } from './typography/Paragraph';
export { PreformattedText, } from './typography/PreformattedText';
export { SmallText } from './typography/SmallText';
export { StrongText } from './typography/StrongText';
export { Wave } from './Wave';