UNPKG

@cimpress/react-components

Version:
7 lines 446 B
import React from 'react'; import ReactSelect from 'react-select'; import { SelectWrapper } from '../SelectWrapper'; import styles from './styles'; // The default CT Select is just a CT-skinned version of react-select export const Select = (props) => (React.createElement(SelectWrapper, Object.assign({}, props, { styles: Object.assign(Object.assign({}, props.styles), styles), selectedSelect: ReactSelect }))); //# sourceMappingURL=Select.js.map