UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

12 lines (10 loc) 393 B
import {AnyAiMsg} from '@shared/types/anyAiMsg'; import {CompUpdater} from '../../../types/comp'; import {CompChatRoomActions, CompChatRoomElements, CompChatRoomProps} from './chatRoom.types'; export const updateChatRoom: CompUpdater<CompChatRoomProps<AnyAiMsg>, CompChatRoomElements, CompChatRoomActions> = ( { propName, newValue, dom: {elements}, }) => { };