@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>
12 lines (9 loc) • 425 B
TypeScript
import * as i0 from '@angular/core';
import { PipeTransform } from '@angular/core';
import { FunctionType } from '@ng-doc/core';
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>;
}
export { NgDocBindPipe };