analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
19 lines • 1.22 kB
TypeScript
export { default as Chatbot } from '../../Chatbot/index';
export type { ChatbotProps } from '../../Chatbot/index';
export { default as ChatbotFab } from './ChatbotFab';
export type { ChatbotFabProps } from './ChatbotFab';
export { default as ChatbotPanel } from './ChatbotPanel';
export type { ChatbotPanelProps } from './ChatbotPanel';
export { default as ChatbotMessageList } from './ChatbotMessageList';
export type { ChatbotMessageListProps } from './ChatbotMessageList';
export { default as ChatbotMessage } from './ChatbotMessage';
export type { ChatbotMessageProps } from './ChatbotMessage';
export { default as ChatbotInput } from './ChatbotInput';
export type { ChatbotInputProps } from './ChatbotInput';
export { default as ChatbotTypingIndicator } from './ChatbotTypingIndicator';
export type { ChatbotTypingIndicatorProps } from './ChatbotTypingIndicator';
export { default as ChatbotConversationList } from './ChatbotConversationList';
export type { ChatbotConversationListProps } from './ChatbotConversationList';
export { default as ChatbotContentRenderer } from './ChatbotContentRenderer';
export type { ChatbotContentRendererProps } from './ChatbotContentRenderer';
//# sourceMappingURL=index.d.ts.map