@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
11 lines (10 loc) • 418 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PghEnumToArrayPipe<D> implements PipeTransform {
transform(object: Record<string, D>): {
key: string;
value: D;
}[];
static ɵfac: i0.ɵɵFactoryDeclaration<PghEnumToArrayPipe<any>, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<PghEnumToArrayPipe<any>, "pghEnumToArray", false>;
}