UNPKG

@amaui/ui-react

Version:
7 lines (6 loc) 184 B
import React from 'react'; import { IType } from '../Type/Type'; export interface IModalText extends IType { } declare const ModalText: React.FC<IModalText>; export default ModalText;