UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

17 lines (16 loc) 534 B
/** * A constant object that holds various keys and values related to stickers in the CometChat UI Kit. * This object is frozen to prevent any modifications to its properties. */ export declare const StickersConstants: Readonly<{ sticker: "extension_sticker"; default_stickers: "defaultStickers"; custom_stickers: "customStickers"; stickers: "stickers"; data: "data"; custom_data: "customData"; sticker_url: "sticker_url"; sticker_name: "sticker_name"; get: "GET"; v1_fetch: "v1/fetch"; }>;