@ng-doc/ui-kit
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
9 lines (8 loc) • 404 B
TypeScript
import { PipeTransform } from '@angular/core';
import { FunctionType } from '@ng-doc/core';
import * as i0 from "@angular/core";
export declare class NgDocBindPipe implements PipeTransform {
transform<R>(fn: FunctionType<R>, _this: unknown): FunctionType<R>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocBindPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgDocBindPipe, "bind", true>;
}