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.

5 lines (4 loc) 85 B
export type AvatarProps = { name?: string; avatar?: string | HTMLElement; };