@versatiledatakit/shared
Version:
Versatile Data Kit Shared library enables reusability of shared features like: NgRx Redux, Error Handlers, Utils, Generic Components, etc.
10 lines (9 loc) • 535 B
TypeScript
import * as i0 from "@angular/core";
export declare class VdkEmptyStatePlaceholderComponent {
title: string;
icon: string;
description: string;
headingLevel: number;
static ɵfac: i0.ɵɵFactoryDeclaration<VdkEmptyStatePlaceholderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VdkEmptyStatePlaceholderComponent, "vdk-empty-state-placeholder", never, { "title": "title"; "icon": "icon"; "description": "description"; "headingLevel": "headingLevel"; }, {}, never, ["img", "ng-lottie", "button"]>;
}