UNPKG

@amaui/ui-react

Version:
7 lines (6 loc) 184 B
import React from 'react'; import { ILine } from '../Line/Line'; export interface IModalMain extends ILine { } declare const ModalMain: React.FC<IModalMain>; export default ModalMain;