@activecollab/components
Version:
ActiveCollab Components
11 lines • 471 B
TypeScript
/// <reference types="react" />
interface ILayerContext {
root?: HTMLElement;
zIndex?: number;
}
declare const LayerContext: import("react").Context<ILayerContext>;
export declare const LayerContextProvider: import("react").Provider<ILayerContext>;
export declare const LayerContextConsumer: import("react").Consumer<ILayerContext>;
export declare const useLayerContext: () => ILayerContext;
export default LayerContext;
//# sourceMappingURL=LayerContext.d.ts.map