prodap-chatbot-domain
Version:
Classes utilizadas na resposta de todas as Intents do Assistente Virtual
23 lines (22 loc) • 915 B
TypeScript
export * from './CheckBox';
export * from './Dropdown';
export * from './Feedback';
export * from './FormAbstract';
export * from './FormBasicList';
export * from './FormTypes';
export * from './InputPlaces';
export * from './RadioButton';
export * from './SelectButton';
export * from './Switch';
export * from './TextInput';
export { default as CheckBox } from './CheckBox';
export { default as Dropdown } from './Dropdown';
export { default as Feedback } from './Feedback';
export { default as FormAbstract } from './FormAbstract';
export { default as FormBasicList } from './FormBasicList';
export { default as FormTypes } from './FormTypes';
export { default as InputPlaces } from './InputPlaces';
export { default as RadioButton } from './RadioButton';
export { default as SelectButton } from './SelectButton';
export { default as Switch } from './Switch';
export { default as TextInput } from './TextInput';