Type Alias TextEditorEnricher
TextEditorEnricher: (
    match: RegExpMatchArray,
    options?: EnrichmentOptions,
) => Promise<HTMLElement | null>
Type declaration
- (
    match: RegExpMatchArray,
    options?: EnrichmentOptions,
): Promise<HTMLElement | null> Parameters
- match: RegExpMatchArray
 Optionaloptions: EnrichmentOptions
Returns Promise<HTMLElement | null>
The regular expression match result