UNPKG

carbon-react

Version:

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

6 lines (5 loc) 232 B
import { TypographyProps } from "./typography.component"; declare const StyledTypography: import("styled-components").StyledComponent<"span", any, { theme: object; } & TypographyProps, "theme">; export default StyledTypography;