Skip to content

Commit 3df03ca

Browse files
authored
Exported PieChartProps (#3506)
1 parent e3a230b commit 3df03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export {
123123
PickerItemsListProps,
124124
PickerMethods
125125
} from './components/picker';
126-
export {default as PieChart, PieChartSegmentProps} from './components/pieChart';
126+
export {default as PieChart, type PieChartProps, PieChartSegmentProps} from './components/pieChart';
127127
export {default as ProgressBar, ProgressBarProps} from './components/progressBar';
128128
export {default as ProgressiveImage, ProgressiveImageProps} from './components/progressiveImage';
129129
export {default as RadioButton, RadioButtonProps} from './components/radioButton';

0 commit comments

Comments
 (0)