UNPKG

@plteam/chat-ui

Version:

CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript

11 lines (10 loc) 306 B
import { ponyfillGlobal } from '@mui/utils'; class ChatLicenseInfo { static getLicenseKey() { return ponyfillGlobal.__CHAT_UI_LICENSE_INFO__?.key; } static setLicenseKey(key) { ponyfillGlobal.__CHAT_UI_LICENSE_INFO__ = { key }; } } export default ChatLicenseInfo;