Skip to content

Commit fddbe8f

Browse files
authored
docs: remove dialog ariaLabel property override from typings (#9860)
1 parent 3ade965 commit fddbe8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/dialog/src/vaadin-dialog.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ declare class Dialog extends DialogSizeMixin(
126126
),
127127
),
128128
) {
129-
/**
130-
* Set the `aria-label` attribute for assistive technologies like
131-
* screen readers. An empty string value for this property (the
132-
* default) means that the `aria-label` attribute is not present.
133-
*/
134-
ariaLabel: string;
135-
136129
addEventListener<K extends keyof DialogEventMap>(
137130
type: K,
138131
listener: (this: Dialog, ev: DialogEventMap[K]) => void,

0 commit comments

Comments
 (0)