All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
7 lines
263 B
TypeScript
7 lines
263 B
TypeScript
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
|