UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

9 lines 426 B
import * as React from 'react'; export interface CardExpandableContentProps extends React.HTMLProps<HTMLDivElement> { /** Content rendered inside the Card Body */ children?: React.ReactNode; /** Additional classes added to the Card Body */ className?: string; } export declare const CardExpandableContent: React.FunctionComponent<CardExpandableContentProps>; //# sourceMappingURL=CardExpandableContent.d.ts.map