Skip to content

Commit

Permalink
fix: export -> export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Arucard89 committed Feb 7, 2024
1 parent 3e22f4d commit a5a8d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Slider/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './Slider';
export {SliderSize, SliderValue, SliderProps, BaseSliderRefType} from './types';
export type {SliderSize, SliderValue, SliderProps, BaseSliderRefType} from './types';

0 comments on commit a5a8d85

Please sign in to comment.