File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {useMenuTrigger} from '@react-aria/menu';
27
27
import { useMessageFormatter } from '@react-aria/i18n' ;
28
28
import { useTextField } from '@react-aria/textfield' ;
29
29
30
- export interface AriaComboBoxProps < T > extends ComboBoxProps < T > {
30
+ interface AriaComboBoxProps < T > extends ComboBoxProps < T > {
31
31
/** The ref for the input element. */
32
32
inputRef : RefObject < HTMLInputElement | HTMLTextAreaElement > ,
33
33
/** The ref for the list box popover. */
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
export * from './Color' ;
14
- export * from './useColor' ;
15
14
export * from './useColorSliderState' ;
16
15
export * from './useColorWheelState' ;
17
16
export * from './useColorFieldState' ;
You can’t perform that action at this time.
0 commit comments