UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

3 lines (2 loc) 104 B
import type { SafeHtml } from '@angular/platform-browser'; export type TuiSafeHtml = SafeHtml | string;