UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

8 lines (7 loc) 203 B
import React from 'react'; export interface DropZoneContextType { size: string; type: string; } declare const DropZoneContext: React.Context<DropZoneContextType>; export default DropZoneContext;