@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 327 B
TypeScript
/// <reference types="react" />
export interface CardSubtitleProps {
/** Content rendered inside the description. */
children?: React.ReactNode;
/** Id of the description. */
id?: string;
}
export declare const CardSubtitle: React.FunctionComponent<CardSubtitleProps>;
//# sourceMappingURL=CardSubtitle.d.ts.map