+7
@@ -0,0 +1,7 @@
|
||||
/// <reference types="react" />
|
||||
export interface Props {
|
||||
id: string;
|
||||
announcement: string;
|
||||
ariaLiveType?: "polite" | "assertive" | "off";
|
||||
}
|
||||
export declare function LiveRegion({ id, announcement, ariaLiveType }: Props): JSX.Element;
|
||||
+1
@@ -0,0 +1 @@
|
||||
export { LiveRegion } from './LiveRegion';
|
||||
Reference in New Issue
Block a user