import React from 'react' import {latest} from '@maplibre/maplibre-gl-style-spec' import Block from './Block' import InputAutocomplete from './InputAutocomplete' type FieldSourceProps = { value?: string wdKey?: string onChange?(...args: unknown[]): unknown sourceIds?: unknown[] error?: unknown[] }; export default class FieldSource extends React.Component { static defaultProps = { onChange: () => {}, sourceIds: [], } render() { return [src, src])} /> } }