UNPKG

angular-rich-text-editor

Version:

A lightweight, configurable rich-text editor component for Angular applications.

7 lines (6 loc) 274 B
import { AbstractControl } from '@angular/forms'; export declare function hasRequiredValidator(control: AbstractControl | null): boolean; /** * Enhanced empty check that considers images and media as content */ export declare function isTrulyEmpty(html: string): boolean;