UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

9 lines (7 loc) 160 B
import { JSX } from 'react' export interface TextProps { children: JSX.Element[] | JSX.Element | string className?: string size: string type: string }