1
0
Fork 0
react-playground/node_modules/i18next-http-backend/esm/index.d.mts

9 lines
334 B
TypeScript

import * as index from './index.js';
export default index.default;
export type HttpBackendOptions = index.HttpBackendOptions;
export type RequestCallback = index.RequestCallback;
export type LoadPathOption = index.LoadPathOption;
export type AddPathOption = index.AddPathOption;
export type RequestResponse = index.RequestResponse;