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