UNPKG

matrix-react-sdk

Version:
13 lines (12 loc) 451 B
export declare class WidgetType { readonly preferred: string; readonly legacy: string; static readonly JITSI: WidgetType; static readonly STICKERPICKER: WidgetType; static readonly INTEGRATION_MANAGER: WidgetType; static readonly CUSTOM: WidgetType; static readonly CALL: WidgetType; constructor(preferred: string, legacy: string); matches(type: string): boolean; static fromString(type: string): WidgetType; }