mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
Fix typings (#22747)
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -1768,11 +1768,6 @@ declare module 'azdata' {
|
||||
ariaLive?: AriaLiveValue
|
||||
}
|
||||
|
||||
/**
|
||||
* Supported values for aria-live accessibility attribute
|
||||
*/
|
||||
export type AriaLiveValue = 'polite' | 'assertive' | 'off';
|
||||
|
||||
export interface ContainerProperties extends ComponentProperties {
|
||||
/**
|
||||
* Corresponds to the aria-live accessibility attribute for this component
|
||||
|
||||
Reference in New Issue
Block a user