Skip to content

Commit

Permalink
feat: export organize elements options type
Browse files Browse the repository at this point in the history
  • Loading branch information
sasza2 committed May 13, 2024
1 parent ea05297 commit c473283
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/selfish-turkeys-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-grid-panzoom": patch
---

export organize elements options type
3 changes: 2 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ import {
GridAPI,
GridElement,
GridProps,
OrganizeElementsOptions,
OrganizeGridElements,
OrganizeGridElementsProps,
} from './types'

export type { GridAPI, GridElement, GridProps, OrganizeGridElements, OrganizeGridElementsProps }
export type { GridAPI, GridElement, GridProps, OrganizeElementsOptions, OrganizeGridElements, OrganizeGridElementsProps }

export default function Grid(props: GridProps): JSX.Element;

Expand Down

0 comments on commit c473283

Please sign in to comment.