UNPKG

@combine-labs/combine-polaris

Version:

Combine Lab's product component library. Forked from Shopify's Polaris.

7 lines (6 loc) 190 B
/// <reference types="react" /> export declare type DropZoneEvent = DragEvent | React.ChangeEvent<HTMLInputElement>; export interface DropZoneContext { size: string; type: string; }