mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Add id prop to ReactWidgetsCommonProps
This commit is contained in:
4
types/react-widgets/lib/CommonProps.d.ts
vendored
4
types/react-widgets/lib/CommonProps.d.ts
vendored
@@ -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