#28 parselayers方法修改

This commit is contained in:
YHH
2020-08-13 22:23:02 +08:00
parent 4290a10d5d
commit 9111b69cee
8 changed files with 73 additions and 48 deletions

View File

@@ -995,6 +995,7 @@ declare module es {
}
declare class ObjectUtils {
static clone<T>(p: any, c?: T): T;
static elements(p: {}): any[];
}
declare module es {
interface IRenderable {