mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Options id i snot a number only
This commit is contained in:
parent
26d2add0db
commit
1aa8969874
2
types/react-data-grid/index.d.ts
vendored
2
types/react-data-grid/index.d.ts
vendored
@ -583,7 +583,7 @@ declare namespace AdazzleReactDataGrid {
|
||||
declare namespace AdazzleReactDataGridPlugins {
|
||||
interface AutoCompleteEditorProps {
|
||||
onCommit?: () => void;
|
||||
options?: Array<{ id: number; title: string }>;
|
||||
options?: Array<{ id: any; title: string }>;
|
||||
label?: any;
|
||||
value?: any;
|
||||
height?: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user