Skip to content

Commit 7f9dc7f

Browse files
committed
Remove extraneous exports
1 parent 9b3bacc commit 7f9dc7f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/@react-aria/combobox/src/useComboBox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {useMenuTrigger} from '@react-aria/menu';
2727
import {useMessageFormatter} from '@react-aria/i18n';
2828
import {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. */

packages/@react-stately/color/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*/
1212

1313
export * from './Color';
14-
export * from './useColor';
1514
export * from './useColorSliderState';
1615
export * from './useColorWheelState';
1716
export * from './useColorFieldState';

0 commit comments

Comments
 (0)