UNPKG

@chatui/core

Version:

The React library for Chatbot UI

4 lines (3 loc) 168 B
import React from 'react'; import { ComponentsContextInterface } from './interface'; export declare const ComponentsContext: React.Context<ComponentsContextInterface>;