UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 302 B
import { ModalTitleProps } from '../Modal/ModalTitle'; export type DrawerTitleProps = ModalTitleProps; declare const DrawerTitle: import("../internals/types").InternalRefForwardingComponent<"div", import("../internals/utils").ComponentProps, never> & Record<string, never>; export default DrawerTitle;