LoginSignup
4
1

More than 3 years have passed since last update.

typescriptにおける画像の型

Posted at

<img>要素として扱う場合

image?: HTMLImageElement;

urlとして扱う場合

image?: String;

<input>要素として扱う場合

image?: File;

参考

4
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1