UNPKG
@proxydi/react
Version:
latest (0.1.2)
0.1.2
0.1.0
0.0.13
0.0.8
0.0.4
0.0.1
React wrapper for the ProxyDi library
proxy-di.github.io/proxydi-react/
proxy-di/proxydi-react
@proxydi/react
/
dist
/
__tests__
/
mock
/
MyService.d.ts
4 lines
(3 loc)
•
58 B
TypeScript
View Raw
1
2
3
4
export declare
class
MyService
{ getData(): string; }