UNPKG

matrix-react-sdk

Version:
4 lines (3 loc) 212 B
import { ConfigOptions } from "../SdkConfig"; export declare function getHomePageUrl(appConfig: ConfigOptions): string | null; export declare function shouldUseLoginForWelcome(appConfig: ConfigOptions): boolean;