import React from 'react' import InputBlock from '../inputs/InputBlock' import StringInput from '../inputs/StringInput' import SelectInput from '../inputs/SelectInput' import AutocompleteInput from '../inputs/AutocompleteInput' class LayerSourceLayer extends React.Component { static propTypes = { value: React.PropTypes.string, onChange: React.PropTypes.func, sourceLayerIds: React.PropTypes.array, } static defaultProps = { onChange: () => {}, sourceLayerIds: [], } render() { return [l, l])} wrapperStyle={{ width: '50%' }} /> } } export default LayerSourceLayer