UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 273 B
import type { ComponentProps } from '../internals/utils'; import type { RsRefForwardingComponent } from '../internals/types'; export type ModalTitleProps = ComponentProps; declare const ModalTitle: RsRefForwardingComponent<'h4', ComponentProps>; export default ModalTitle;