UNPKG

slate-react

Version:

Tools for building completely customizable richtext editors with React.

7 lines 257 B
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