map.config.ts 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import { ComponentConfig } from '../help'; export const transfromMapComponentConfig: ComponentConfig['transformConfig'] = ( _componentConfig, _record, _dataSourceRecord ) => { return {}; };