[IMP] hooks: add some building blocks for hooks

This commit introduces two new hooks: useComponent, and
useEnv.
This commit is contained in:
Géry Debongnie
2020-12-03 13:45:39 +01:00
committed by aab-odoo
parent 2a53a9592e
commit 9a87b9a4a0
4 changed files with 65 additions and 5 deletions
+2
View File
@@ -29,6 +29,8 @@ hooks utils
useContext
useState
useRef
useComponent
useEnv
useSubEnv
useStore
useDispatch