初始化
This commit is contained in:
10
uni_modules/UniDevTools/node_modules/licia/orientation.d.ts
generated
vendored
Normal file
10
uni_modules/UniDevTools/node_modules/licia/orientation.d.ts
generated
vendored
Normal file
@@ -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