UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

12 lines (11 loc) 294 B
/// <reference types="react" /> interface DropZoneContextType { disabled: boolean; focused: boolean; measuring: boolean; allowMultiple: boolean; size: string; type: string; } export declare const DropZoneContext: import("react").Context<DropZoneContextType>; export {};