UNPKG

@onesy/ui-react

Version:
6 lines (5 loc) 187 B
import React from 'react'; import { IType } from '../Type/Type'; export declare type IModalTitle = IType & {}; declare const ModalTitle: React.FC<IModalTitle>; export default ModalTitle;