import { SoftAs } from '@p-lc/shared'; import { AnyEditorPlugin, EditorDefaultPlugin } from '../../types'; import { DraggableEntity } from './editor-plugin-dnd-store'; import { DraggableComponent } from './editor-plugin-dnd-store-component-renderer'; import { DraggableElement } from './editor-plugin-dnd-store-element-renderer'; /** * 是可拖拽元素或组件 * @param entity 实体 */ export declare function isDraggableElementOrComponent(entity: DraggableEntity): entity is SoftAs | DraggableComponent, DraggableEntity>; //# sourceMappingURL=utils.d.ts.map