File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
@react-stately/select/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License. You may obtain a copy
5
5
* of the License at http://www.apache.org/licenses/LICENSE-2.0
6
- *
6
+ *
7
7
* Unless required by applicable law or agreed to in writing, software distributed under
8
8
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
9
* OF ANY KIND, either express or implied. See the License for the specific language
13
13
export { useSelectState } from './useSelectState' ;
14
14
15
15
export type { SelectProps } from '@react-types/select' ;
16
- export type { SelectState } from './useSelectState' ;
16
+ export type { SelectState , SelectStateOptions } from './useSelectState' ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export type {MenuTriggerProps, MenuTriggerState} from '@react-stately/menu';
21
21
export type { OverlayTriggerProps , OverlayTriggerState } from '@react-stately/overlays' ;
22
22
export type { RadioGroupProps , RadioGroupState } from '@react-stately/radio' ;
23
23
export type { SearchFieldProps , SearchFieldState } from '@react-stately/searchfield' ;
24
- export type { SelectProps , SelectState } from '@react-stately/select' ;
24
+ export type { SelectProps , SelectState , SelectStateOptions } from '@react-stately/select' ;
25
25
export type { SliderState , SliderStateOptions } from '@react-stately/slider' ;
26
26
export type { MultipleSelectionManager , MultipleSelectionState , SingleSelectionState } from '@react-stately/selection' ;
27
27
export type { NumberFieldState , NumberFieldStateOptions } from '@react-stately/numberfield' ;
You can’t perform that action at this time.
0 commit comments