*PluginAPI needs to be exported
This commit is contained in:
parent
6da33f1352
commit
b3519688d4
|
@ -14,7 +14,7 @@ export interface Plugin {
|
|||
default?: Plugin;
|
||||
}
|
||||
|
||||
declare class PluginAPI extends EventEmitter2 {
|
||||
export declare class PluginAPI extends EventEmitter2 {
|
||||
private _server;
|
||||
constructor({
|
||||
config,
|
||||
|
|
Loading…
Reference in New Issue