UNPKG

@onesy/ui-react

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