local-one-widget-plugins
Version:
Plugins for ACE Knowledge One Widget integrations with ACE Contact Centre
10 lines • 748 B
JavaScript
export { AceOnlineBootstrap } from './aceOnlineWidgetsBootstrap';
export { AceCallbackContactMethodPlugin } from './callback/aceCallbackContactMethodPlugin';
export { AceChatContactMethodPlugin } from './chat/aceChatContactMethodPlugin';
export { AceChatProviderPlugin } from './chat/aceChatProviderPlugin';
export { AceEmailContactMethodPlugin } from './email/aceEmailContactMethodPlugin';
export { AcePhoneContactMethodPlugin } from './phone/acePhoneContactMethodPlugin';
export { fontAwesomeLoaderPlugin } from './localProduction/fontAwesomeLoader';
export { initialCSSLoaderPlugin } from './localProduction/initialCSSLoader';
export { contactMethodsLoaderPlugin } from './localProduction/contactMethodsLoader';
//# sourceMappingURL=index.js.map