matrix-react-sdk
Version:
SDK for matrix.org using React
7 lines (6 loc) • 323 B
TypeScript
import SettingController from "./SettingController";
import { SettingLevel } from "../SettingLevel";
export default class ThemeController extends SettingController {
static isLogin: boolean;
getValueOverride(level: SettingLevel, roomId: string, calculatedValue: any, calculatedAtLevel: SettingLevel | null): any;
}