1 | export { ajax } from '../internal/ajax/ajax';
|
2 | export { AjaxError, AjaxTimeoutError } from '../internal/ajax/errors';
|
3 | export { AjaxResponse } from '../internal/ajax/AjaxResponse';
|
4 | export { AjaxRequest, AjaxConfig, AjaxDirection } from '../internal/ajax/types';
|
5 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |