From a542bcaa4ec70b17227e46c7db2daee581e5c8d6 Mon Sep 17 00:00:00 2001 From: Iago Dahlem Date: Wed, 8 Oct 2025 09:03:04 -0300 Subject: [PATCH] Add GridListSectionProps to exports in index.ts --- packages/react-aria-components/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-aria-components/src/index.ts b/packages/react-aria-components/src/index.ts index dd3d1db5a38..6d4bc432c8b 100644 --- a/packages/react-aria-components/src/index.ts +++ b/packages/react-aria-components/src/index.ts @@ -109,7 +109,7 @@ export type {DropZoneProps, DropZoneRenderProps} from './DropZone'; export type {FieldErrorProps, FieldErrorRenderProps} from './FieldError'; export type {FileTriggerProps} from './FileTrigger'; export type {FormProps} from './Form'; -export type {GridListProps, GridListRenderProps, GridListItemProps, GridListItemRenderProps, GridListLoadMoreItemProps} from './GridList'; +export type {GridListProps, GridListRenderProps, GridListItemProps, GridListItemRenderProps, GridListLoadMoreItemProps, GridListSectionProps} from './GridList'; export type {GroupProps, GroupRenderProps} from './Group'; export type {HeadingProps} from './Heading'; export type {InputProps, InputRenderProps} from './Input';