更新
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import Emitter = require('./Emitter');
|
||||
|
||||
declare namespace theme {
|
||||
interface ITheme extends Emitter {
|
||||
get(): string;
|
||||
}
|
||||
}
|
||||
declare const theme: theme.ITheme;
|
||||
|
||||
export = theme;
|
||||
Reference in New Issue
Block a user