Skip to content

Commit

Permalink
fix: fix type error and cleanup dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Oct 21, 2024
1 parent 6f6578f commit b41495e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/sheets-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export { FONT_SIZE_COMPONENT } from './components/font-size/interface';
export { attachPrimaryWithCoord, attachSelectionWithCoord } from './services/selection/util';
export { SELECTION_SHAPE_DEPTH } from './services/selection/const';
export { isRangeSelector, RANGE_SELECTOR_SYMBOLS } from './controllers/editor/utils/isRangeSelector';
export { GRIDLINE_COLOR_CONFIG_KEY, SHOW_GRIDLINES_CONFIG_KEY } from './controllers/config.schema';

export { menuSchema } from './controllers/menu.schema';
export { getCellRealRange } from './common/utils';
Expand Down Expand Up @@ -179,7 +178,6 @@ export {
SetWorksheetProtectionCommand,
} from './commands/commands/worksheet-protection.command';

export { type ISetGridlineColorOperationParams, SetGridlineColorOperation } from './commands/operations/set-gridline-color.operation';
export { SetActivateCellEditOperation } from './commands/operations/activate-cell-edit.operation';
export { SetCellEditVisibleArrowOperation, SetCellEditVisibleOperation, SetCellEditVisibleWithF2Operation } from './commands/operations/cell-edit.operation';
export { RenameSheetOperation } from './commands/operations/rename-sheet.operation';
Expand Down

0 comments on commit b41495e

Please sign in to comment.