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 262 B
import React from 'react'; import { StyledCardHeader } from './styles'; var CardHeader = function (_a) { var title = _a.title; return React.createElement(StyledCardHeader, null, title); }; export default CardHeader; //# sourceMappingURL=CardHeader.js.map