@edtr-io/plugin-text
Version:
10 lines • 371 B
TypeScript
import * as React from 'react';
export declare const OverlayContext: React.Context<OverlayContextValue>;
export interface OverlayContextValue {
visible: boolean;
show: () => void;
hide: () => void;
node: React.RefObject<HTMLDivElement>;
}
export declare const OverlayContextProvider: React.FunctionComponent;
//# sourceMappingURL=overlay.d.ts.map