We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e2187 commit e05bbe6Copy full SHA for e05bbe6
packages/connect-react/src/types.ts
@@ -39,7 +39,7 @@ export type LabelValueOption<T> = {
39
}
40
41
export type NestedLabelValueOption<T> = {
42
- __lv: LabelValueOption<T> | T[];
+ __lv: LabelValueOption<T> | T;
43
44
45
export type RawPropOption<T> =
0 commit comments