mss-engine-forms
Version:
A simple typehead library developed by MSS development team to be used for dynamic forms
10 lines (9 loc) • 359 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class BreakpointPipe implements PipeTransform {
transform(field: any): {
[x: string]: any;
};
static ɵfac: i0.ɵɵFactoryDeclaration<BreakpointPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<BreakpointPipe, "breakpoint", false>;
}