chore: export some types (#8309)

This commit is contained in:
neverland
2021-03-08 17:14:55 +08:00
committed by GitHub
parent ae40d40c24
commit 8bae9ca0ed
23 changed files with 68 additions and 26 deletions
+7
View File
@@ -5,3 +5,10 @@ const Picker = withInstall<typeof _Picker>(_Picker);
export default Picker;
export { Picker };
export type {
PickerColumn,
PickerOption,
PickerObjectColumn,
PickerObjectOption,
PickerToolbarPosition,
} from './Picker';