/**
 * Created by szhitenev on 27.07.17.
 */
export interface OutputData {
    event: MouseEvent;
    data: any;
}
