UNPKG
tilg
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
A tiny logger hook for debugging React components.
github.com/shuding/tilg
shuding/tilg
tilg
/
dist
/
development.d.ts
4 lines
(2 loc)
•
82 B
TypeScript
View Raw
1
2
3
4
declare
function
useTilg
(
...
inlined
:
any
[]
):
any
;
export
{ useTilg
as
default
};