UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 357 B
import { MatrixClient } from "matrix-js-sdk/src/matrix"; /** * Look up what map tile server style URL was provided in the homeserver's * .well-known location, or, failing that, in our local config, or, failing * that, defaults to the same tile server listed by matrix.org. */ export declare function findMapStyleUrl(matrixClient: MatrixClient): string;