UNPKG
c-react-hooks
Version:
latest (1.0.1)
1.0.1
1.0.0
common react hooks
github.com/wzw-beichen/hooks
c-react-hooks
/
dist
/
hooks
/
index.d.ts
5 lines
(4 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
import
{ useModalMaxHeight }
from
"./useModalMaxHeight"
;
import
{ usePageMaxHeight }
from
"./usePageMaxHeight"
;
import
{ useProTableScrollY }
from
"./useProTableScrollY"
;
export
{ useModalMaxHeight, useProTableScrollY, usePageMaxHeight };