Blame view

天文台pc/tianwentai-ui/node_modules/react-dnd-html5-backend/dist/index.d.ts 276 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
  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;