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.

8 lines 261 B
import React from 'react'; import * as S from "./styles"; var Box = function (_a) { var children = _a.children, size = _a.size; return (React.createElement(S.Container, { size: size }, children)); }; export default Box; //# sourceMappingURL=index.js.map