types(Picker): add PickerInstance type (#9183)
This commit is contained in:
+2
-1
@@ -8,8 +8,9 @@ export { Picker };
|
||||
export type {
|
||||
PickerColumn,
|
||||
PickerOption,
|
||||
PickerInstance,
|
||||
PickerFieldNames,
|
||||
PickerObjectColumn,
|
||||
PickerObjectOption,
|
||||
PickerToolbarPosition,
|
||||
} from './Picker';
|
||||
} from './types';
|
||||
|
||||
Reference in New Issue
Block a user