UNPKG

257 BTypeScriptView Raw
1import { BaseSelection } from 'slate';
2/**
3 * Get the current slate selection.
4 * Only triggers a rerender when the selection actually changes
5 */
6export declare const useSlateSelection: () => BaseSelection;
7//# sourceMappingURL=use-slate-selection.d.ts.map
\No newline at end of file