Skip to content

Commit d374b43

Browse files
authored
WheelPickerAlign - fix export (#3016)
1 parent 49edaf0 commit d374b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WheelPicker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Fader, {FaderPosition, FaderProps} from '../fader';
2121
import Item, {WheelPickerItemProps} from './Item';
2222
import usePresenter from './usePresenter';
2323
import {WheelPickerAlign, WheelPickerItemValue} from './types';
24-
export type {WheelPickerAlign, WheelPickerItemValue};
24+
export {WheelPickerAlign, WheelPickerItemValue};
2525

2626
export const ITEM_HEIGHT = 44;
2727

0 commit comments

Comments
 (0)