(kind: Kind = "main")
| 211 | })); |
| 212 | |
| 213 | export function useEditor(kind: Kind = "main") { |
| 214 | return useEditorStore((state) => state[kind]); |
| 215 | } |
| 216 | |
| 217 | export function getEditorState() { |
| 218 | return useEditorStore.getState(); |
no outgoing calls
no test coverage detected