matrix-react-sdk
Version:
SDK for matrix.org using React
10 lines (9 loc) • 448 B
TypeScript
export declare class StandardActions {
static ACTION_NOTIFY: import("./types").Action[];
static ACTION_NOTIFY_DEFAULT_SOUND: import("./types").Action[];
static ACTION_NOTIFY_RING_SOUND: import("./types").Action[];
static ACTION_HIGHLIGHT: import("./types").Action[];
static ACTION_HIGHLIGHT_DEFAULT_SOUND: import("./types").Action[];
static ACTION_DONT_NOTIFY: import("./types").Action[];
static ACTION_DISABLED: any;
}