import { atom } from 'jotai' import { SizeEncodingProps } from './types' export const radiusScaleState = atom({ range: [3, 30], })