UNPKG

160 BTypeScriptView Raw
1import type { BackendFactory } from 'dnd-core';
2export * from './TestBackend.js';
3export * from './types.js';
4export declare const TestBackend: BackendFactory;