UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 244 B
import { BoxProps } from '../internals/Box'; export type ModalBodyProps = BoxProps; declare const ModalBody: import("../internals/types").InternalRefForwardingComponent<"div", BoxProps, never> & Record<string, never>; export default ModalBody;