沈丘营商办后台前端项目
王恒
8 天以前 4ebc73199bcd4b23739a2e1d22c372e8081310c5
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 };