@versatiledatakit/shared
Version:
Versatile Data Kit Shared library enables reusability of shared features like: NgRx Redux, Error Handlers, Utils, Generic Components, etc.
24 lines (23 loc) • 846 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class EmptyStateComponent {
customTemplateRef: TemplateRef<never>;
/**
* ** Title for empty state Component.
*/
title: string;
/**
* ** Icon for empty state Component.
*/
icon: string;
/**
* ** Description for empty state Component.
*/
description: string;
/**
* ** Title heading level for empty state Component.
*/
headingLevel: number;
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "shared-empty-state", never, { "title": "title"; "icon": "icon"; "description": "description"; "headingLevel": "headingLevel"; }, {}, ["customTemplateRef"], ["img", "ng-lottie", "button, a"]>;
}