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 (8 loc) 189 B
import { JSX } from "react"; export interface TextProps { children: JSX.Element[] | JSX.Element | string; className?: string; size: string; type: string; as?: string; }