@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
11 lines • 432 B
TypeScript
import * as React from 'react';
export interface ModalBoxDescriptionProps {
/** Content rendered inside the description */
children?: React.ReactNode;
/** Additional classes added to the description */
className?: string;
/** ID of the description */
id?: string;
}
export declare const ModalBoxDescription: React.FunctionComponent<ModalBoxDescriptionProps>;
//# sourceMappingURL=ModalBoxDescription.d.ts.map