UNPKG

matrix-react-sdk

Version:
5 lines (4 loc) 310 B
import { MatrixClient } from "matrix-js-sdk/src/matrix"; import { IConfigOptions } from "../IConfigOptions"; export declare function getHomePageUrl(appConfig: IConfigOptions, matrixClient: MatrixClient): string | undefined; export declare function shouldUseLoginForWelcome(appConfig: IConfigOptions): boolean;