123456789101112 |
- import { PipeTransform } from '@angular/core';
- import * as i0 from "@angular/core";
- /**
- * 文字生成过程中 xml格式标签自动隐藏 用于语音对话答复字符显示
- * @desc
- */
- export declare class HidexmlPipe implements PipeTransform {
- transform(value: string, ...args: unknown[]): unknown;
- hideXmlTags(xmlString: any): any;
- static ɵfac: i0.ɵɵFactoryDeclaration<HidexmlPipe, never>;
- static ɵpipe: i0.ɵɵPipeDeclaration<HidexmlPipe, "hidexml", true>;
- }
|