diff --git a/types/react-widgets/lib/CommonProps.d.ts b/types/react-widgets/lib/CommonProps.d.ts index b407b96fe5..85ab05f073 100644 --- a/types/react-widgets/lib/CommonProps.d.ts +++ b/types/react-widgets/lib/CommonProps.d.ts @@ -19,6 +19,10 @@ interface ReactWidgetsCommonProps extends React.Props { * @default false */ isRtl?: boolean; + /** + * Used to label and annotate aria- attributes + */ + id?: string; } export interface AutoFocus {