UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 224 B
import { WithAsProps, RsRefForwardingComponent } from '../@types/common'; export declare type ModalBodyProps = WithAsProps; declare const ModalBody: RsRefForwardingComponent<'div', ModalBodyProps>; export default ModalBody;