UNPKG

itm-holding-package

Version:

ITM HOLDING PACKAGES

10 lines (9 loc) 309 B
import "react-toastify/dist/ReactToastify.css"; import '../index.css'; interface BugReporter { apiKey?: string; lang: string; } export declare const API_UPLOAD_IMAGE_URL = "https://file.itmafrica.com/api/uploadimage/test"; declare const BugReporter: React.FC<BugReporter>; export default BugReporter;