UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

3 lines (2 loc) 150 B
import { EditorStore } from "@/types"; export declare const useEditorStore: import("zustand").UseBoundStore<import("zustand").StoreApi<EditorStore>>;