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 • 378 B
TypeScript
export declare const useUpdateDevtools: () => ["on" | "off", (update: import("jotai/core/types").SetStateAction<"on" | "off">) => void | Promise<void>];
export declare const useUpdateDevToolsRead: () => ["on" | "off", never];
export declare const useUpdateDevToolsSet: () => [null, (update: "on" | "off") => void | Promise<void>];
//# sourceMappingURL=updateDevtools.d.ts.map