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';
2727import { useMessageFormatter } from '@react-aria/i18n' ;
2828import { useTextField } from '@react-aria/textfield' ;
2929
30- export interface AriaComboBoxProps < T > extends ComboBoxProps < T > {
30+ interface AriaComboBoxProps < T > extends ComboBoxProps < T > {
3131 /** The ref for the input element. */
3232 inputRef : RefObject < HTMLInputElement | HTMLTextAreaElement > ,
3333 /** The ref for the list box popover. */
Original file line number Diff line number Diff line change 1111 */
1212
1313export * from './Color' ;
14- export * from './useColor' ;
1514export * from './useColorSliderState' ;
1615export * from './useColorWheelState' ;
1716export * from './useColorFieldState' ;
You can’t perform that action at this time.
0 commit comments