Fix typings (#22747)

This commit is contained in:
Charles Gagnon
2023-04-16 16:36:47 -07:00
committed by GitHub
parent 89797e2e94
commit 2d25c8626f
2 changed files with 5 additions and 6 deletions

View File

@@ -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