芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dnd/lib/common/DndProvider.d.ts
import * as React from 'react'; import { BackendFactory, DragDropManager } from 'dnd-core'; export declare type DndProviderProps
= { manager: DragDropManager; } | { backend: BackendFactory; context?: BackendContext; options?: BackendOptions; debugMode?: boolean; }; /** * A React component that provides the React-DnD context */ export declare const DndProvider: React.FC
>;