UNPKG

351 BTypeScriptView Raw
1import * as React from 'react';
2export interface AccordionExpandedContentBodyProps {
3 /** Content rendered inside the accordion content body */
4 children?: React.ReactNode;
5}
6export declare const AccordionExpandedContentBody: React.FunctionComponent<AccordionExpandedContentBodyProps>;
7//# sourceMappingURL=AccordionExpandedContentBody.d.ts.map
\No newline at end of file