We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ade965 commit fddbe8fCopy full SHA for fddbe8f
packages/dialog/src/vaadin-dialog.d.ts
@@ -126,13 +126,6 @@ declare class Dialog extends DialogSizeMixin(
126
),
127
128
) {
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
-
136
addEventListener<K extends keyof DialogEventMap>(
137
type: K,
138
listener: (this: Dialog, ev: DialogEventMap[K]) => void,
0 commit comments