UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines (7 loc) 251 B
import React from 'react'; import { TypographyProps } from './types'; /** * Use typography to present your design and content as clearly and efficiently as possible. */ declare const Typography: React.FC<TypographyProps>; export default Typography;