This commit is contained in:
7
node_modules/slate-react/dist/hooks/use-slate-selection.d.ts
generated
vendored
Normal file
7
node_modules/slate-react/dist/hooks/use-slate-selection.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { BaseSelection } from 'slate';
|
||||
/**
|
||||
* Get the current slate selection.
|
||||
* Only triggers a rerender when the selection actually changes
|
||||
*/
|
||||
export declare const useSlateSelection: () => BaseSelection;
|
||||
//# sourceMappingURL=use-slate-selection.d.ts.map
|
||||
Reference in New Issue
Block a user