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 • 359 B
JavaScript
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, as = _a.as;
return (React.createElement(S.Container, { as: as, className: className, size: size, type: type }, children));
};
export default Text;
//# sourceMappingURL=index.js.map