Appearance
const useGuthrieElements: UseBoundStore<StoreApi<ElementsStore>>;
Defined in: stores/elements.ts:34
Zustand store for accessing and updating elements.
Used by the Renderer to resolve components dynamically.
1.0.0
Simon Kovtyk