UNPKG

react-dnd

Version:
9 lines (8 loc) 253 B
import * as React from 'react'; import { ConnectDragPreview } from '../interfaces'; interface DragPreviewImageProps { connect: ConnectDragPreview; src: string; } export declare const DragPreviewImage: React.FC<DragPreviewImageProps>; export {};