UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 319 B
export declare enum LocationShareError { MapStyleUrlNotConfigured = "MapStyleUrlNotConfigured", MapStyleUrlNotReachable = "MapStyleUrlNotReachable", WebGLNotEnabled = "WebGLNotEnabled", Default = "Default" } export declare const getLocationShareErrorMessage: (errorType?: LocationShareError) => string;