UNPKG

@taiga-ui/dompurify

Version:
9 lines (8 loc) 203 B
import type { Config } from 'dompurify'; /** * Config that allows to return only string result */ export type NgDompurifyConfig = Config & { RETURN_DOM_FRAGMENT?: false; RETURN_DOM?: false; };