Skip to content

Commit

Permalink
chore: fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ybzky committed Sep 19, 2024
1 parent ebc2ace commit 33a45f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sheets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ export {
SetWorksheetRowIsAutoHeightCommand,
} from './commands/commands/set-worksheet-row-height.command';

export { ISetWorksheetShowCommandParams, SetWorksheetShowCommand } from './commands/commands/set-worksheet-show.command';
export { SetWorksheetShowCommand } from './commands/commands/set-worksheet-show.command';
export type { ISetWorksheetShowCommandParams } from './commands/commands/set-worksheet-show.command';
export { alignToMergedCellsBorders, getCellAtRowCol, isSingleCellSelection, setEndForRange } from './commands/commands/utils/selection-utils';
export { followSelectionOperation, getPrimaryForRange } from './commands/commands/utils/selection-utils';

Expand Down

0 comments on commit 33a45f0

Please sign in to comment.