Skip to content

Commit 5a3315f

Browse files
authored
Adding DropIndicatorProps to RAC export (#4449)
1 parent 424432c commit 5a3315f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export type {TextFieldProps} from './TextField';
8787
export type {TextProps} from './Text';
8888
export type {ToggleButtonProps, ToggleButtonRenderProps} from './ToggleButton';
8989
export type {TooltipProps, TooltipRenderProps, TooltipTriggerComponentProps} from './Tooltip';
90-
export type {DragAndDropHooks, DragAndDropOptions} from './useDragAndDrop';
90+
export type {DragAndDropHooks, DragAndDropOptions, DropIndicatorProps} from './useDragAndDrop';
9191

9292
export type {DateValue, DateRange, TimeValue} from 'react-aria';
9393
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)