UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 228 B
import { ModalFooterProps } from '../Modal/ModalFooter'; import { RsRefForwardingComponent } from '../internals/types'; declare const DrawerFooter: RsRefForwardingComponent<'div', ModalFooterProps>; export default DrawerFooter;