@shopify/polaris
Version:
Shopify’s admin product component library
13 lines (12 loc) • 344 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