UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 239 B
import { ComponentProps } from '../internals/utils'; export type DrawerActionsProps = ComponentProps; declare const DrawerActions: import("../internals/types").RsRefForwardingComponent<"div", ComponentProps>; export default DrawerActions;