backpack-ui
Version:
Lonely Planet's Components
9 lines (8 loc) • 472 B
JSX
export { default as Heading } from "./textHeading";
export { default as TextAccent } from "./textAccent";
export { default as TextBodyArticle } from "./textBodyArticle";
export { default as TextBodyArticleSmall } from "./textBodyArticleSmall";
export { default as TextBodySmall } from "./textBodySmall";
export { default as TextHeading } from "./textHeading";
export { default as TextSuper } from "./textSuper";
export { default as TextUppercase } from "./textUppercase";