UNPKG
react-async-ui
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Asynchronous React hooks to manage modal UI state
github.com/ig2r/react-async-ui
react-async-ui
/
dist
/
esm
/
types
/
index.d.ts
4 lines
(3 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
export
{
type
AsyncModalProps
}
from
'./AsyncModalProps'
;
export
{
type
AsyncModalState
}
from
'./AsyncModalState'
;
export
{ useAsyncModalState }
from
'./useAsyncModalState'
;