mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix typo
This commit is contained in:
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@@ -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;
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user