UNPKG

@patternfly/react-core

Version:

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

6 lines 180 B
import * as React from 'react'; export declare const DroppableContext: React.Context<{ zone: string; droppableId: string; }>; //# sourceMappingURL=DroppableContext.d.ts.map