回答編集履歴
1
TypeScript上で型として使える方の記載に変更
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```typescript
|
2
2
|
|
3
|
-
public img_hai: Image[] = [];
|
3
|
+
public img_hai: HTMLImageElement[] = [];
|
4
4
|
|
5
5
|
```
|