Skip to content

Commit 698663d

Browse files
committed
chore(react-utilities): export PropsWithoutRef and PropsWithoutChildren from utils
1 parent 5c6ffbb commit 698663d

File tree

1 file changed

+2
-2
lines changed
  • packages/react-components/react-utilities/src/compose

1 file changed

+2
-2
lines changed

packages/react-components/react-utilities/src/compose/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export type {
1010
ForwardRefComponent,
1111
InferredElementRefType,
1212
IsSingleton,
13-
PropsWithoutChildren,
14-
PropsWithoutRef,
1513
Slot,
1614
SlotClassNames,
1715
SlotComponentType,
@@ -20,6 +18,7 @@ export type {
2018
SlotShorthandValue,
2119
UnknownSlotProps,
2220
} from './types';
21+
2322
export { isResolvedShorthand } from './isResolvedShorthand';
2423
export { SLOT_ELEMENT_TYPE_SYMBOL, SLOT_RENDER_FUNCTION_SYMBOL } from './constants';
2524
export { isSlot } from './isSlot';
@@ -39,3 +38,4 @@ export { getSlotsNext } from './deprecated/getSlotsNext';
3938

4039
export { slot };
4140
export type { SlotOptions } from './slot';
41+
export type { PropsWithoutChildren, PropsWithoutRef } from '../utils/types';

0 commit comments

Comments
 (0)