All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
7 lines
281 B
TypeScript
7 lines
281 B
TypeScript
import * as NativeTypes from './NativeTypes';
|
|
import { BackendFactory } from 'dnd-core';
|
|
export { HTML5BackendContext, HTML5BackendOptions } from './types';
|
|
export { getEmptyImage } from './getEmptyImage';
|
|
export { NativeTypes };
|
|
export declare const HTML5Backend: BackendFactory;
|