UNPKG

408 BTypeScriptView Raw
1import * as React from 'react';
2export interface CardHeaderMainProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the Card Head Main */
4 children?: React.ReactNode;
5 /** Additional classes added to the Card Head Main */
6 className?: string;
7}
8export declare const CardHeaderMain: React.FunctionComponent<CardHeaderMainProps>;
9//# sourceMappingURL=CardHeaderMain.d.ts.map
\No newline at end of file