pull/261/head
Cory LaViska 2020-10-22 23:05:28 -04:00
rodzic f32b8b3cfb
commit c9d0905b44
2 zmienionych plików z 3 dodań i 3 usunięć

4
src/components.d.ts vendored
Wyświetl plik

@ -493,7 +493,7 @@ export namespace Components {
*/
"disabled": boolean;
/**
* A description that gets read by screen readers and other assistive devices. For optimal acessibility, you should always include a label that describes what the icon button does.
* A description that gets read by screen readers and other assistive devices. For optimal accessibility, you should always include a label that describes what the icon button does.
*/
"label": string;
/**
@ -2006,7 +2006,7 @@ declare namespace LocalJSX {
*/
"disabled"?: boolean;
/**
* A description that gets read by screen readers and other assistive devices. For optimal acessibility, you should always include a label that describes what the icon button does.
* A description that gets read by screen readers and other assistive devices. For optimal accessibility, you should always include a label that describes what the icon button does.
*/
"label"?: string;
/**

Wyświetl plik

@ -26,7 +26,7 @@ export class IconButton {
@Prop({ reflect: true }) src: string;
/**
* A description that gets read by screen readers and other assistive devices. For optimal acessibility, you should
* A description that gets read by screen readers and other assistive devices. For optimal accessibility, you should
* always include a label that describes what the icon button does.
*/
@Prop({ reflect: true }) label: string;