Skip to content

Commit

Permalink
chore: fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Nov 15, 2023
1 parent d881f40 commit 71e0d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/toast-ui.grid/types/options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ export interface OptI18nData {
txtExport?: string;
csvExport?: string;
excelExport?: string;
xlsExport?: string;
};
}

Expand Down
3 changes: 1 addition & 2 deletions packages/toast-ui.grid/types/store/contextMenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export interface MenuItem {
| 'copyRows'
| 'csvExport'
| 'excelExport'
| 'txtExport'
| 'xlsExport';
| 'txtExport';
classNames?: string[];
subMenu?: MenuItem[];
}
Expand Down

0 comments on commit 71e0d31

Please sign in to comment.