UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

5 lines (4 loc) 100 B
import React from 'react'; export interface ITypographyProps { children: React.ReactNode; }