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.

8 lines (6 loc) 293 B
import {CompUpdater} from '../../../types/comp'; import {CompExceptionsBoxActions, CompExceptionsBoxElements, CompExceptionsBoxProps} from './types'; export const updateExceptionsBox: CompUpdater< CompExceptionsBoxProps, CompExceptionsBoxElements, CompExceptionsBoxActions > = () => { };