沈丘营商办后台前端项目
王恒
2025-08-08 1812a9a3d63570cd04dc57df99f1c7b37a41f678
1
2
3
4
5
6
7
type Resolve = (list: any[]) => void;
interface mapType {
  width?: string;
  height?: string;
  lazyLoad?: (node: any, resolve: Resolve) => void;
}
export type { mapType };