Skip to content

Commit e31e61d

Browse files
authored
Add GridListSectionProps to exports in index.ts (#8993)
1 parent 97dc667 commit e31e61d

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
@@ -109,7 +109,7 @@ export type {DropZoneProps, DropZoneRenderProps} from './DropZone';
109109
export type {FieldErrorProps, FieldErrorRenderProps} from './FieldError';
110110
export type {FileTriggerProps} from './FileTrigger';
111111
export type {FormProps} from './Form';
112-
export type {GridListProps, GridListRenderProps, GridListItemProps, GridListItemRenderProps, GridListLoadMoreItemProps} from './GridList';
112+
export type {GridListProps, GridListRenderProps, GridListItemProps, GridListItemRenderProps, GridListLoadMoreItemProps, GridListSectionProps} from './GridList';
113113
export type {GroupProps, GroupRenderProps} from './Group';
114114
export type {HeadingProps} from './Heading';
115115
export type {InputProps, InputRenderProps} from './Input';

0 commit comments

Comments
 (0)