UNPKG
@data-client/test
Version:
beta (0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c)
latest (0.18.0)
0.18.0
0.16.0
0.15.3
0.15.0
0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c
0.15.0-beta-20251006024044-92bd01c4976f2921993b8c9f1e4dbb87af87ba7b
0.14.22
0.14.21
0.14.20
0.14.19
0.14.17
0.14.16
0.14.10
0.14.0
0.13.0
0.12.13
0.12.12
0.12.8
0.12.3
0.12.1
0.12.0
0.11.5
0.11.4
0.11.0
0.10.0
0.9.2
0.9.0
0.8.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Testing utilities for Data Client
dataclient.io/docs/guides/storybook
reactive/data-client
@data-client/test
/
lib
/
MockController.d.ts
4 lines
•
289 B
TypeScript
View Raw
1
2
3
4
import
{
Controller
}
from
'@data-client/react'
;
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