UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 222 B
import { Effect } from "./effect"; /** * This configuration defines room effects that can be triggered by custom message types and emojis */ export declare const CHAT_EFFECTS: Array<Effect<{ [key: string]: any; }>>;