Skip to content

Commit

Permalink
chore(kit): InputTag change type for value content
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 23, 2024
1 parent a435702 commit e0fdd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/kit/components/input-tag/input-tag.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ export class TuiInputTagComponent
@ContentChild(TuiDataListDirective, {read: TemplateRef})
readonly datalist?: TemplateRef<TuiContextWithImplicit<TuiActiveZoneDirective>>;

@ContentChild(PolymorpheusOutletDirective, {read: ElementRef})
readonly valueContent?: ElementRef<HTMLSpanElement>;
@ContentChild(PolymorpheusOutletDirective)
readonly valueContent?: unknown;

@ViewChild('errorIcon')
readonly errorIconTemplate?: TemplateRef<Record<string, unknown>>;
Expand Down

0 comments on commit e0fdd06

Please sign in to comment.