Fix jest watch mode (#39535)

This commit is contained in:
Josh Dover 2019-06-25 09:33:05 -05:00 committed by GitHub
parent 1bcf7ceb8e
commit 2bc9cb762f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ import { IconType } from '@elastic/eui';
import { RequestHandler, ResponseHandler, Vis } from '..';
import { Status } from '../update_status';
export class VisualizationController {
export declare class VisualizationController {
constructor(element: HTMLElement, vis: Vis);
public render(visData: any, visParams: any, update: { [key in Status]: boolean }): Promise<void>;
public destroy(): void;