UNPKG

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