Skip to content

Commit

Permalink
fix: add missing TrustedHTML type
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 17, 2024
1 parent 17e40f7 commit 8b22914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/core/slickGrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
isDefinedNumber,
isPrimitiveOrHTML,
} from '@slickgrid-universal/utils';
import type { TrustedHTML } from 'trusted-types/lib';

import {
type BasePubSub,
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/interfaces/gridOption.interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { BasePubSubService, EventNamingStyle } from '@slickgrid-universal/event-pub-sub';
import type { MultipleSelectOption } from 'multiple-select-vanilla';
import type { TrustedHTML } from 'trusted-types/lib';

import type {
AutoResizeOption,
Expand Down

0 comments on commit 8b22914

Please sign in to comment.