UNPKG

485 BTypeScriptView Raw
1import * as React from 'react';
2export interface CardTitleProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the CardTitle */
4 children?: React.ReactNode;
5 /** Additional classes added to the CardTitle */
6 className?: string;
7 /** Sets the base component to render. defaults to div */
8 component?: keyof JSX.IntrinsicElements;
9}
10export declare const CardTitle: React.FunctionComponent<CardTitleProps>;
11//# sourceMappingURL=CardTitle.d.ts.map
\No newline at end of file