UNPKG

matrix-react-sdk

Version:
10 lines (9 loc) 284 B
import { ActionPayload } from "../payloads"; import { Action } from "../actions"; export interface RecheckThemePayload extends ActionPayload { action: Action.RecheckTheme; /** * Optionally specify the exact theme which is to be loaded. */ forceTheme?: string; }