EASYAIuniappNewUI/node_modules/licia/Enum.d.ts
2025-02-08 18:50:38 +08:00

8 lines
141 B
TypeScript

declare class Enum {
size: number;
constructor(map: string[] | { [member: string]: any });
[key: string]: any;
}
export = Enum;