沈丘营商办后台前端项目
ZQN
2024-09-04 e869765f53afdd6176b0e28a29f52e12726d84aa
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 };