UNPKG

edit-on-slate

Version:

Slate 기반의 직관적이고 강력한 리액트 텍스트 에디터 라이브러리

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