UNPKG

@oberoncms/core

Version:

OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor

3 lines 207 B
import { Config, Data } from "@puckeditor/core"; export declare const useLocalData: (path: string, config: Config) => [Data | null, (state: Data | null) => void]; //# sourceMappingURL=use-local-data.d.ts.map