You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thingsboard-ngx-flowchart/dist/ngx-flowchart/lib/ngx-flowchart.component.d.ts

6 lines
146 B
TypeScript

import { OnInit } from '@angular/core';
export declare class NgxFlowchartComponent implements OnInit {
constructor();
ngOnInit(): void;
}