@chatui/core
Version:
The React library for Chatbot UI
6 lines (5 loc) • 298 B
TypeScript
import React from 'react';
import { ComponentsProviderProps, ComponentsMap } from './interface';
export { useComponents } from './useComponents';
export type { ComponentsProviderProps, ComponentsMap };
export declare const ComponentsProvider: (props: ComponentsProviderProps) => React.JSX.Element;