We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a230b commit 3df03caCopy full SHA for 3df03ca
src/index.ts
@@ -123,7 +123,7 @@ export {
123
PickerItemsListProps,
124
PickerMethods
125
} from './components/picker';
126
-export {default as PieChart, PieChartSegmentProps} from './components/pieChart';
+export {default as PieChart, type PieChartProps, PieChartSegmentProps} from './components/pieChart';
127
export {default as ProgressBar, ProgressBarProps} from './components/progressBar';
128
export {default as ProgressiveImage, ProgressiveImageProps} from './components/progressiveImage';
129
export {default as RadioButton, RadioButtonProps} from './components/radioButton';
0 commit comments