import React from 'react'; import SetIcon from '../point/symbol-icon'; import BaseOn from './base-on'; import SetOpacity from './opacity'; import SetLineType from './line-type'; import SetTitle from './title'; export const editorComponents: Record = { symbol: ( <> ), circle: ( <> ), heatmap: ( <> ), 'heatmap-weight': ( <> ), line: ( <> ), fill: , outline: ( <> ), 'circle-outline': ( <> ), 'fill-outline': ( <> ), other: , title: , 'line-type': , };