UNPKG

matrix-react-sdk

Version:
6 lines (5 loc) 195 B
import { MatrixEvent } from "matrix-js-sdk/src/matrix"; /** * Find the geo-URI contained within a location event. */ export declare const locationEventGeoUri: (mxEvent: MatrixEvent) => string;