Skip to content

Commit 33779db

Browse files
hosmelqreidbarberLFDanLu
authored
Export types required to use slots (#4787)
* Export types required to use slots * Add missing semicolon semi --------- Co-authored-by: Reid Barber <[email protected]> Co-authored-by: Daniel Lu <[email protected]>
1 parent 5fee85c commit 33779db

File tree

1 file changed

+1
-0
lines changed
  • packages/react-aria-components/src

1 file changed

+1
-0
lines changed

packages/react-aria-components/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export type {TextProps} from './Text';
9696
export type {ToggleButtonProps, ToggleButtonRenderProps} from './ToggleButton';
9797
export type {TooltipProps, TooltipRenderProps, TooltipTriggerComponentProps} from './Tooltip';
9898
export type {DragAndDropHooks, DragAndDropOptions, DropIndicatorProps} from './useDragAndDrop';
99+
export type {ContextValue, SlotProps} from './utils';
99100

100101
export type {DateValue, DateRange, TimeValue} from 'react-aria';
101102
export type {DirectoryDropItem, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionStartEvent, DragPreviewRenderer, DragTypes, DropItem, DropOperation, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionMoveEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, DropPosition, DropTarget, FileDropItem, ItemDropTarget, RootDropTarget, TextDropItem} from 'react-aria';

0 commit comments

Comments
 (0)