По умолчанию у иконки будет пустой alt (но не undefined!)
This commit is contained in:
parent
99d9d13419
commit
0bbdbf927a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
let className: string = '';
|
||||
export { className as class };
|
||||
export let src: string | null = null;
|
||||
export let alt: string | undefined = undefined;
|
||||
export let alt: string = "";
|
||||
export let size: number = 32;
|
||||
export let black: boolean = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue