@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
7 lines • 351 B
TypeScript
import * as React from 'react';
export interface AccordionExpandedContentBodyProps {
/** Content rendered inside the accordion content body */
children?: React.ReactNode;
}
export declare const AccordionExpandedContentBody: React.FunctionComponent<AccordionExpandedContentBodyProps>;
//# sourceMappingURL=AccordionExpandedContentBody.d.ts.map