UNPKG

@gaiot/bot-client-ui

Version:

aiot libembeds

9 lines (8 loc) 340 B
import AgentClientUI from '@gaiot/agent-cli-ui'; import { InitalData } from '@gaiot/agent-cli-ui/dist/src/types'; import { BotClientType } from '../types'; export default class BotClientUI extends AgentClientUI { constructor(props: InitalData); static create(type: BotClientType): typeof BotClientUI; } export type { BotClientUI };