UNPKG

@formio/core

Version:

The core Form.io renderering framework.

9 lines (8 loc) 200 B
/// <reference types="trusted-types" /> /** * Sanitize an html string. * * @param string * @returns {*} */ export declare function sanitize(string: string, options: any): (TrustedHTML | string);