UNPKG

@onesy/ui-react

Version:
6 lines (5 loc) 183 B
import React from 'react'; import { IIcon } from '../Icon/Icon'; export declare type IModalIcon = IIcon & {}; declare const ModalIcon: React.FC<IModalIcon>; export default ModalIcon;