UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

6 lines 190 B
/// <reference types="react" /> export declare const DroppableContext: import("react").Context<{ zone: string; droppableId: string; }>; //# sourceMappingURL=DroppableContext.d.ts.map