UNPKG
react-use-state-with-callback
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
use state with callback in hooks
y805939188/personal-common-tool-and-components
react-use-state-with-callback
/
index.template.d.ts
4 lines
(3 loc)
•
87 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
declare
const
Widget
:
React
.
FC
<
any
>;
export
default
Widget
;