UNPKG

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

5 lines 178 B
/** * Return a function that can be called only once */ export declare const useCallOnce: (callback: () => unknown) => () => void; //# sourceMappingURL=useCallOnce.d.ts.map