@pepperi/ngx-lib
Version:
Pepperi Angular Components and Services
13 lines (12 loc) • 550 B
TypeScript
import { LAYOUT_TYPE } from '@pepperi/ngx-lib';
import * as i0 from "@angular/core";
export declare class PepperiIndicatorsComponent {
key: string;
value: string;
controlType: string;
layoutType: LAYOUT_TYPE;
LAYOUT_TYPE: typeof LAYOUT_TYPE;
constructor();
static ɵfac: i0.ɵɵFactoryDef<PepperiIndicatorsComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<PepperiIndicatorsComponent, "pep-indicators", never, { "key": "key"; "value": "value"; "layoutType": "layoutType"; }, {}, never, never>;
}