UNPKG

@activecollab/components

Version:

ActiveCollab Components

10 lines 439 B
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