File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-components/react-utilities/src/compose Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ export type {
10
10
ForwardRefComponent ,
11
11
InferredElementRefType ,
12
12
IsSingleton ,
13
- PropsWithoutChildren ,
14
- PropsWithoutRef ,
15
13
Slot ,
16
14
SlotClassNames ,
17
15
SlotComponentType ,
@@ -20,6 +18,7 @@ export type {
20
18
SlotShorthandValue ,
21
19
UnknownSlotProps ,
22
20
} from './types' ;
21
+
23
22
export { isResolvedShorthand } from './isResolvedShorthand' ;
24
23
export { SLOT_ELEMENT_TYPE_SYMBOL , SLOT_RENDER_FUNCTION_SYMBOL } from './constants' ;
25
24
export { isSlot } from './isSlot' ;
@@ -39,3 +38,4 @@ export { getSlotsNext } from './deprecated/getSlotsNext';
39
38
40
39
export { slot } ;
41
40
export type { SlotOptions } from './slot' ;
41
+ export type { PropsWithoutChildren , PropsWithoutRef } from '../utils/types' ;
You can’t perform that action at this time.
0 commit comments