mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-30 05:40:21 +00:00
Options id i snot a number only
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user