Merge pull request #24076 from RetroCraft/react-widgets-id

[@types/react-widgets] Add id prop to ReactWidgetsCommonProps
This commit is contained in:
Armando Aguirre
2018-03-05 15:05:58 -08:00
committed by GitHub
+4
View File
@@ -19,6 +19,10 @@ interface ReactWidgetsCommonProps<C> extends React.Props<C> {
* @default false
*/
isRtl?: boolean;
/**
* Used to label and annotate aria- attributes
*/
id?: string;
}
export interface AutoFocus {