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.

6 lines (5 loc) 113 B
import { JSX } from "react" export interface BoxProps { children: JSX.Element[] | JSX.Element size: string }