UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

13 lines (12 loc) 552 B
import { StyleRenderer, WithStyles } from '@alyle/ui'; import * as i0 from "@angular/core"; /** * Only show when input is not focused, and hides input`. * You can use it to display formatted values. */ export declare class LyDisplayWith implements WithStyles { readonly sRenderer: StyleRenderer; constructor(sRenderer: StyleRenderer, styles: any); static ɵfac: i0.ɵɵFactoryDeclaration<LyDisplayWith, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<LyDisplayWith, "ly-display-with", never, {}, {}, never, never, false, never>; }