import { DSLQuery } from '@lingxiteam/dsl/lib/core'; /** * 拖拽时展示组件树占位容器 * @param param0 * @returns */ declare const showPlaceBlock: ({ container, compId, position, DSLCore, }: { container: HTMLElement | Element | undefined; compId: string; position: string; DSLCore: DSLQuery | undefined; }) => void; export default showPlaceBlock;