更新
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import Emitter = require('./Emitter');
|
||||
|
||||
declare namespace notify {
|
||||
class Notification extends Emitter {
|
||||
constructor(title: string, options?: object);
|
||||
show(): void;
|
||||
}
|
||||
}
|
||||
declare function notify(title: string, options?: object): void;
|
||||
|
||||
export = notify;
|
||||
Reference in New Issue
Block a user