@versatiledatakit/data-pipelines
Version:
Data Pipelines help Data Engineers develop, deploy, run, and manage data processing workloads (called 'Data Job')
10 lines (9 loc) • 478 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class WidgetValueComponent {
observable$: Observable<unknown>;
prop: string;
showErrorState: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetValueComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetValueComponent, "lib-widget-value", never, { "observable$": "observable$"; "prop": "prop"; "showErrorState": "showErrorState"; }, {}, never, never>;
}