1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-26 03:51:49 +03:00

build fix

This commit is contained in:
Eugene Pankov 2017-11-18 23:07:02 +01:00
parent a280658bbb
commit 0c15f5033d

View File

@ -1,5 +1,3 @@
import { Component } from '@angular/core'
export declare type ComponentType = new (...args: any[]) => any export declare type ComponentType = new (...args: any[]) => any
export abstract class SettingsTabProvider { export abstract class SettingsTabProvider {