UNPKG
@uhooks/use-value
Version:
latest (1.0.1)
1.0.1
1.0.0
> useValue
github.com/lamovv/use-value
lamovv/use-value
@uhooks/use-value
/
dist
/
index.d.ts
4 lines
•
219 B
TypeScript
View Raw
1
2
3
4
import
{
IFCProps
,
TSetStateAction
}
from
'./interface'
;
export
{
IFCProps
}
from
'./interface'
;
export
default
function
useValue<T>(
options
:
IFCProps
<T>): [T,
TSetStateAction
<T>];
//# sourceMappingURL=index.d.ts.map