scichart-angular
Version:
Angular wrapper for SciChart JS
11 lines (10 loc) • 456 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScichartFallbackComponent {
title: string;
rootRef: ElementRef<HTMLDivElement>;
style: Object;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScichartFallbackComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ScichartFallbackComponent, "scichart-fallback", never, {}, {}, never, never, true, never>;
}