UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

10 lines (9 loc) 372 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonStylesPipe implements PipeTransform { transform(config: any): { [key: string]: string; }; static ɵfac: i0.ɵɵFactoryDeclaration<ButtonStylesPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ButtonStylesPipe, "buttonStyles", true>; }