UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 244 B
export { default } from "./typography.component"; export { List, ListItem } from "./list.component"; export type { TypographyProps, VariantTypes } from "./typography.component"; export type { ListProps, ListItemProps } from "./list.component";