Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
slate-react / dist / hooks / use-focused.d.ts
Size: Mime:
/// <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