UNPKG

210 BTypeScriptView Raw
1import { Interactions } from './Interactions';
2/**
3 * @deprecated use named import
4 */
5export default Interactions;
6export * from './types';
7export * from './Providers/AWSLexProvider';
8export { Interactions };