UNPKG

rsuite

Version:

A suite of react components

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