Skip to content

Commit 336c078

Browse files
authored
feat: Export iris-grid mouse handlers (#2083)
This is for deephaven/deephaven-plugins#522
1 parent a30341a commit 336c078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/iris-grid/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export { IrisGrid };
55
export * from './sidebar';
66
export * from './AdvancedFilterCreator';
77
export * from './CommonTypes';
8+
export * from './mousehandlers';
89
export { default as ColumnHeaderGroup } from './ColumnHeaderGroup';
910
export * from './PartitionedGridModel';
1011
export * from './IrisGrid';

0 commit comments

Comments
 (0)