UNPKG

@onesy/ui-react

Version:
6 lines (5 loc) 183 B
import React from 'react'; import { ILine } from '../Line/Line'; export declare type IModalMain = ILine & {}; declare const ModalMain: React.FC<IModalMain>; export default ModalMain;