mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #24076 from RetroCraft/react-widgets-id
[@types/react-widgets] Add id prop to ReactWidgetsCommonProps
This commit is contained in:
+4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user