芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dnd/lib/common/DndContext.d.ts
import * as React from 'react'; import { DragDropManager, BackendFactory } from 'dnd-core'; /** * The React context type */ export interface DndContextType { dragDropManager: DragDropManager | undefined; } /** * Create the React Context */ export declare const DndContext: React.Context
; /** * Creates the context object we're providing * @param backend * @param context */ export declare function createDndContext
(backend: BackendFactory, context?: BackendContext, options?: BackendOptions, debugMode?: boolean): { dragDropManager: DragDropManager; };