UNPKG

matrix-react-sdk

Version:
11 lines (10 loc) 317 B
import React from "react"; import { LocationShareError } from "../../../utils/location"; export interface MapErrorProps { error: LocationShareError; onFinished?: () => void; isMinimised?: boolean; className?: string; onClick?: () => void; } export declare const MapError: React.FC<MapErrorProps>;