export interface RadiusInputProps { onChange: (val: any) => void; value: any; unitType?: Array<{ label: string; value: string; }>; }