diff --git a/packages/react-aria-components/src/DropZone.tsx b/packages/react-aria-components/src/DropZone.tsx index e8a577d733f..ac47a6ad371 100644 --- a/packages/react-aria-components/src/DropZone.tsx +++ b/packages/react-aria-components/src/DropZone.tsx @@ -41,7 +41,7 @@ export interface DropZoneRenderProps { isDropTarget: boolean } -export interface DropZoneProps extends Omit, RenderProps, SlotProps, AriaLabelingProps {} +export interface DropZoneProps extends Omit, RenderProps, SlotProps, AriaLabelingProps {} export const DropZoneContext = createContext>(null); diff --git a/packages/react-aria-components/src/index.ts b/packages/react-aria-components/src/index.ts index 254348466e5..ce2072d3eb9 100644 --- a/packages/react-aria-components/src/index.ts +++ b/packages/react-aria-components/src/index.ts @@ -62,6 +62,8 @@ export type {ComboBoxProps, ComboBoxRenderProps} from './ComboBox'; export type {DateFieldProps, DateInputProps, DateInputRenderProps, DateSegmentProps, DateSegmentRenderProps, TimeFieldProps} from './DateField'; export type {DatePickerProps, DateRangePickerProps} from './DatePicker'; export type {DialogProps, DialogTriggerProps} from './Dialog'; +export type {DropZoneProps, DropZoneRenderProps} from './DropZone'; +export type {FileTriggerProps} from './FileTrigger'; export type {GridListProps, GridListRenderProps} from './GridList'; export type {GroupProps, GroupRenderProps} from './Group'; export type {HeadingProps} from './Heading';