UNPKG

616 BTypeScriptView Raw
1/// <reference types="react" />
2import * as React from "react";
3export declare class Pvjs extends React.Component<any, any> {
4 kaavioRef: any;
5 detailsPanelRef: any;
6 constructor(props: any);
7 closeActive(): void;
8 handleEntityClick: (entity: any) => void;
9 componentWillMount(): void;
10 shouldComponentUpdate(nextProps: any, nextState: any): boolean;
11 componentWillReceiveProps(nextProps: any): void;
12 componentWillUnmount(): void;
13 onKaavioReady(): void;
14 handleCloseDetailsPanel(): void;
15 renderDetailsPanel(): any;
16 renderKaavio(): JSX.Element;
17 render(): JSX.Element;
18}