UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 308 B
import { ModalFooterProps } from '../Modal/ModalFooter'; export type DrawerFooterProps = ModalFooterProps; declare const DrawerFooter: import("../internals/types").InternalRefForwardingComponent<"div", import("../internals/utils").ComponentProps, never> & Record<string, never>; export default DrawerFooter;