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-read-only.d.ts
Size: Mime:
/// <reference types="react" />
/**
 * A React context for sharing the `readOnly` state of the editor.
 */
export declare const ReadOnlyContext: import("react").Context<boolean>;
/**
 * Get the current `readOnly` state of the editor.
 */
export declare const useReadOnly: () => boolean;
//# sourceMappingURL=use-read-only.d.ts.map