MCPcopy
hub / github.com/premieroctet/openchakra / useDispatch

Function useDispatch

src/hooks/useDispatch.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import models from '~core/models'
4
5const useDispatch = () => {
6 return useReduxDispatch() as RematchDispatch<typeof models>
7}
8
9export default useDispatch

Callers 12

HeaderFunction · 0.85
ChildrenInspectorFunction · 0.85
InspectorFunction · 0.85
ParentInspectorFunction · 0.85
ChildrenControlFunction · 0.85
CustomPropsPanelFunction · 0.85
ImportMenuItemFunction · 0.85
EditorFunction · 0.85
useDropComponentFunction · 0.85
useShortcutsFunction · 0.85
useInteractiveFunction · 0.85
useFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected