UNPKG

matrix-react-sdk

Version:
5 lines (4 loc) 373 B
import { LocationAssetType, MatrixEvent } from "matrix-js-sdk/src/matrix"; export declare const makeLegacyLocationEvent: (geoUri: string) => MatrixEvent; export declare const makeLocationEvent: (geoUri: string, assetType?: LocationAssetType) => MatrixEvent; export declare const getMockGeolocationPositionError: (code: number, message: string) => GeolocationPositionError;