/** * @license * Copyright 2024 Nuraly, Laabidi Aymen * SPDX-License-Identifier: MIT */ export { type CanvasHost, type CanvasBaseController, type ErrorHandler, type ConnectionState, type DragState, type ContextMenuState, type CanvasViewport, } from './canvas-host.interface.js'; export * from './collaboration.interface.js'; //# sourceMappingURL=index.d.ts.map