Repository URL to install this package:
|
Version:
0.57.3 ▾
|
/// <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