index.ts 452 字节
Newer Older
Q
qiang 已提交
1
export * from './storage/storage'
Q
qiang 已提交
2
export * from './file/getFileInfo'
3

4
export * from './device/compass'
M
mehaotian 已提交
5
export * from './device/vibrate'
M
mehaotian 已提交
6
export * from './device/accelerometer'
7

inkwalk's avatar
inkwalk 已提交
8
export * from './media/getImageInfo'
inkwalk's avatar
inkwalk 已提交
9
export * from './media/getVideoInfo'
10

inkwalk's avatar
inkwalk 已提交
11
export * from './keyboard/keyboard'
12

Q
qiang 已提交
13
export * from './network/downloadFile'
D
DCloud_LXH 已提交
14
export * from './network/request'
15 16

export * from './context/createInnerAudioContext'
M
mehaotian 已提交
17 18

export * from './location/getLocation'