Files
igny8/frontend/node_modules/react-dnd-html5-backend/dist/index.d.ts

6 lines
276 B
TypeScript

import type { BackendFactory } from 'dnd-core';
export { getEmptyImage } from './getEmptyImage.js';
export * as NativeTypes from './NativeTypes.js';
export type { HTML5BackendContext, HTML5BackendOptions } from './types.js';
export declare const HTML5Backend: BackendFactory;