UNPKG

rsuite

Version:

A suite of react components

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