import { Layer } from '../types'; /** * 反向覆盖的元素则进行定位处理 */ declare const handleDelete: (data: Layer[]) => Layer[]; export default handleDelete;