import React from 'react'; import { FiltersMap } from '@wix/bex-core'; import { PickerContentProvider } from './PickerContentProvider'; import { fromMultipleSelectionToBoolean } from '../MaxSelection'; import { PickerListContent } from '../PickerListContent'; import { PickerTableListItem } from '../PickerTableListItem'; import { PickerContentWrapped } from './PickerContentWrapped'; import { PickerContentProps } from './PickerContent'; export function PickerContentV2( props: PickerContentProps, ) { const { modalState } = props; return ( // wrap with a new WixPatternsContainer that can get initialProps ( ( )} /> )} /> ); }