UNPKG

@onesy/ui-react

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