edit-on-slate
Version:
Slate 기반의 직관적이고 강력한 리액트 텍스트 에디터 라이브러리
10 lines • 324 B
TypeScript
/// <reference types="react" />
/**
* A React context for sharing the `focused` state of the editor.
*/
export declare const FocusedContext: import("react").Context<boolean>;
/**
* Get the current `focused` state of the editor.
*/
export declare const useFocused: () => boolean;
//# sourceMappingURL=use-focused.d.ts.map