ng-devui
Version:
DevUI components based on Angular
10 lines (9 loc) • 567 B
TypeScript
import { PipeTransform, Renderer2, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class InputGroupPipe implements PipeTransform {
private render;
constructor(render: Renderer2);
transform(content: string | TemplateRef<any>, defaultTemplate: TemplateRef<any>, isEmbed: boolean, containerEl: HTMLElement, affixEl: HTMLElement, style: string): TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<InputGroupPipe, "dInputGroupPipe", false>;
}