We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a0944 commit 79b8035Copy full SHA for 79b8035
1 file changed
packages/jsapi-components/src/spectrum/Picker/Picker.tsx
@@ -11,7 +11,7 @@ import { useViewportData } from '../../useViewportData';
11
import { getPickerKeyColumn } from './PickerUtils';
12
import { usePickerItemRowDeserializer } from './usePickerItemRowDeserializer';
13
14
-export interface PickerProps extends PickerPropsBase {
+export interface PickerProps extends Omit<PickerPropsBase, 'children'> {
15
table: dh.Table;
16
/* The column of values to use as item keys. Defaults to the first column. */
17
keyColumn?: string;
0 commit comments