UNPKG

rsuite

Version:

A suite of react components

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