Skip to content

Commit

Permalink
fix: incorrect type definition (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma authored Oct 29, 2021
1 parent 92f49d8 commit cbf05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toast-ui.grid/types/event/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CellValue, RowKey, SortState } from '../store/data';
import { SelectionRange } from '../store/selection';
import { Filter, FilterState, FilterOptionType, OperatorType } from '../store/filterLayerState';
import { ResizedColumn } from '../store/column';
import { OptExport } from '@t/store/export';
import { OptExport } from '../store/export';

export type TargetType = 'rowHeader' | 'columnHeader' | 'dummy' | 'cell' | 'etc';
export interface CellChange {
Expand Down

0 comments on commit cbf05bd

Please sign in to comment.