UNPKG

matrix-react-sdk

Version:
4 lines (3 loc) 226 B
import { MatrixEvent } from "matrix-js-sdk/src/matrix"; export declare const makeMapSiteLink: (coords: GeolocationCoordinates) => string; export declare const createMapSiteLinkFromEvent: (event: MatrixEvent) => string | null;