@ably/chat
Version:
Ably Chat is a set of purpose-built APIs for a host of chat features enabling you to create 1:1, 1:Many, Many:1 and Many:Many chat rooms for any scale. It is designed to meet a wide range of chat use cases, such as livestreams, in-game communication, cust
13 lines (10 loc) • 335 B
TypeScript
// src/global.d.ts
declare global {
interface Window {
/** Version injected by the Ably Chat React UI Components bundle */
__ABLY_CHAT_REACT_UI_COMPONENTS_VERSION__?: string;
}
var __ABLY_CHAT_REACT_UI_COMPONENTS_VERSION__: string | undefined;
}
// eslint-disable-next-line unicorn/require-module-specifiers
export {};