@shopify/polaris
Version:
Shopify’s admin product component library
12 lines • 331 B
TypeScript
/// <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 {};
//# sourceMappingURL=context.d.ts.map