UNPKG

@sb1/ffe-core-react

Version:

React components for ffe-core components

25 lines (24 loc) 1.42 kB
export { BodyText } from './typography/BodyText'; export type { BodyTextProps } from './typography/BodyText'; export { DividerLine } from './typography/DividerLine'; export type { DividerLineProps } from './typography/DividerLine'; export { EmphasizedText } from './typography/EmphasizedText'; export type { EmphasizedTextProps } from './typography/EmphasizedText'; export { Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, } from './typography/Heading'; export type { HeadingProps } from './typography/Heading'; export { LinkText } from './typography/LinkText'; export type { LinkTextProp } from './typography/LinkText'; export { LinkIcon } from './typography/LinkIcon'; export type { LinkIconProp } from './typography/LinkIcon'; export { MicroText } from './typography/MicroText'; export type { MicroTextProps } from './typography/MicroText'; export { Paragraph } from './typography/Paragraph'; export type { ParagraphProps } from './typography/Paragraph'; export { PreformattedText } from './typography/PreformattedText'; export type { PreformattedTextProps } from './typography/PreformattedText'; export { SmallText } from './typography/SmallText'; export type { SmallTextProps } from './typography/SmallText'; export { StrongText } from './typography/StrongText'; export type { StrongTextProps } from './typography/StrongText'; export { Wave } from './Wave'; export type { WaveProps } from './Wave';