matrix-react-sdk
Version:
SDK for matrix.org using React
8 lines (7 loc) • 357 B
TypeScript
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;