UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

16 lines (15 loc) 696 B
export * from './BarChart'; export * from './BarLineChart'; export * from './ChartAbstract'; export * from './LineChart'; export * from './PieChart'; export * from './StackedBarChart'; export * from './StackedVerticalBarChart'; export { default as BarChart } from './BarChart'; export { default as BarLineChart } from './BarLineChart'; export { default as ChartAbstract } from './ChartAbstract'; export { default as ChartTypes } from './ChartTypes'; export { default as LineChart } from './LineChart'; export { default as PieChart } from './PieChart'; export { default as StackedBarChart } from './StackedBarChart'; export { default as StackedVerticalBarChart } from './StackedVerticalBarChart';