UNPKG

@glodon-aiot/bot-client-ui

Version:

aiot libembeds

9 lines (8 loc) 352 B
import AgentClientUI from '@glodon-aiot/agent-cli-ui'; import { InitalData } from '@glodon-aiot/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 };