UNPKG

@data-client/core

Version:

Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch

4 lines 282 B
import { Controller } from '../index.js'; import { MockProps } from './mockTypes.js'; export declare function MockController<TBase extends typeof Controller, T>(Base: TBase, { fixtures, getInitialInterceptorData, }: MockProps<T>): TBase; //# sourceMappingURL=MockController.d.ts.map