export type ChartsRadialAxisHighlightRotationType = 'none' | 'line' | 'band'; export type ChartsRadialAxisHighlightRadiusType = 'none' | 'line' | 'band'; export type ChartsRadialAxisHighlightProps = { rotation?: ChartsRadialAxisHighlightRotationType; radius?: ChartsRadialAxisHighlightRadiusType; };