slate-devtools
Version:
`slate-devtools` as name suggests it is devtool for [slatejs](https://github.com/ianstormtaylor/slate) which will assist you in debugging the code
4 lines • 358 B
TypeScript
export declare const useUpdateApp: () => ["on" | "off", (update: import("jotai/core/types").SetStateAction<"on" | "off">) => void | Promise<void>];
export declare const useUpdateAppRead: () => ["on" | "off", never];
export declare const useUpdateAppSet: () => [null, (update: "on" | "off") => void | Promise<void>];
//# sourceMappingURL=updateApp.d.ts.map