Sha256: 5f75c9df6871658246735b10215545802c69ef73efd5bb2c02dea54c6ea7750a

Contents?: true

Size: 336 Bytes

Versions: 6

Compression:

Stored size: 336 Bytes

Contents

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

type ValueContainerProps = {
  children: React.ReactNode,
}

const ValueContainer = (props: ValueContainerProps): React.ReactElement => (
  <components.ValueContainer
      className="text_input_value_container"
      {...props}
  />
)

export default ValueContainer

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx
playbook_ui-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx
playbook_ui-13.31.0.pre.alpha.PLAY10863202 app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx