index.ts 632 字节
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'
Q
qiang 已提交
7
export * from './device/bluetooth'
Q
qiang 已提交
8
export * from './device/ibeacon'
9

inkwalk's avatar
inkwalk 已提交
10
export * from './media/getImageInfo'
inkwalk's avatar
inkwalk 已提交
11
export * from './media/getVideoInfo'
M
mehaotian 已提交
12
export * from './media/previewImage'
13

inkwalk's avatar
inkwalk 已提交
14
export * from './keyboard/keyboard'
15

Q
qiang 已提交
16
export * from './network/downloadFile'
D
DCloud_LXH 已提交
17
export * from './network/request'
18 19

export * from './context/createInnerAudioContext'
M
mehaotian 已提交
20 21

export * from './location/getLocation'
inkwalk's avatar
inkwalk 已提交
22 23

export * from './popup/showModal'
inkwalk's avatar
inkwalk 已提交
24
export * from './popup/showActionSheet'