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.

5 lines (4 loc) 182 B
import React from 'react'; import { CardHeaderBaseProps } from './types'; declare const CardHeader: ({ title }: CardHeaderBaseProps) => React.JSX.Element; export default CardHeader;