Skip to content

Commit 423dc78

Browse files
authored
Add SelectionPos to exported types (#662)
SelectionPos has been added to the list of exported types in types.ts to make it available for use in other modules.
1 parent bcd9a6f commit 423dc78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export type {
5454
CellProps,
5555
SelectedRegion,
5656
SelectionFocus,
57+
SelectionPos,
5758
SelectionAction,
5859
GridContextMenuItemProps,
5960
Rectangle,

0 commit comments

Comments
 (0)