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 339 B
import React from "react"; import * as S from "./styles"; var Text = function (_a) { var children = _a.children, className = _a.className, size = _a.size, type = _a.type; return (React.createElement(S.Container, { className: className, size: size, type: type }, children)); }; export default Text; //# sourceMappingURL=index.js.map