Sha256: cec881a0af3a9bcac6af67fadb2431dd394d1b0b5118ab6166287c14657366de

Contents?: true

Size: 355 Bytes

Versions: 16

Compression:

Stored size: 355 Bytes

Contents

import React from 'react'
import { components } from 'react-select'

type MenuListProps = {
  children: React.ReactNode,
  footer: React.ReactNode,
}

const MenuList = (props: MenuListProps): React.ReactElement => {
  return (
  <components.MenuList {...props}>
    {props.children}
    {props.footer}
  </components.MenuList>
)}

export default MenuList

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143318 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143312 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0.pre.alpha.PBNTR405dropdownformfixesrails3311 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0.pre.alpha.PLAY1454formpillicons3309 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143306 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143305 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.33.0 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.32.0.pre.alpha.PBNTR405dropdownformfixesrails3301 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143297 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.31.0.pre.alpha.PLAY10863204 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx
playbook_ui-13.31.0.pre.alpha.PLAY10863202 app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx