This commit is contained in:
10
node_modules/react-dnd/lib/core/DragPreviewImage.d.ts
generated
vendored
Normal file
10
node_modules/react-dnd/lib/core/DragPreviewImage.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { FC } from 'react';
|
||||
import { ConnectDragPreview } from '../types';
|
||||
export interface DragPreviewImageProps {
|
||||
connect: ConnectDragPreview;
|
||||
src: string;
|
||||
}
|
||||
/**
|
||||
* A utility for rendering a drag preview image
|
||||
*/
|
||||
export declare const DragPreviewImage: FC<DragPreviewImageProps>;
|
||||
Reference in New Issue
Block a user