@versatiledatakit/data-pipelines
Version:
Data Pipelines help Data Engineers develop, deploy, run, and manage data processing workloads (called 'Data Job')
15 lines (14 loc) • 684 B
TypeScript
import * as i0 from "@angular/core";
export declare class EmptyStateComponent {
title: string;
description: string;
width: number;
imgSrc: string;
hideImage: boolean;
opacity: number;
animSrc: string;
marginTop: string;
marginBottom: string;
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "lib-empty-state", never, { "title": "title"; "description": "description"; "width": "width"; "imgSrc": "imgSrc"; "hideImage": "hideImage"; "opacity": "opacity"; "animSrc": "animSrc"; "marginTop": "marginTop"; "marginBottom": "marginBottom"; }, {}, never, never>;
}