UNPKG

@meksiabdou/alert-reactjs

Version:
7 lines (6 loc) 185 B
/// <reference types="react" /> interface IProps { style: any; } declare function SvgErrorcheckmarkcircle(props: IProps): JSX.Element; export default SvgErrorcheckmarkcircle;