mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
!13026 添加 @ohos.telephony.esim.d.ts 文件
Merge pull request !13026 from 郑晓晴/master
This commit is contained in:
commit
55a0183883
1483
api/@ohos.telephony.esim.d.ts
vendored
Normal file
1483
api/@ohos.telephony.esim.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -589,6 +589,7 @@
|
||||
{ "filePath": "@ohos.telephony.sim.d.ts", "kitName": "TelephonyKit", "subSystem": "电话服务" },
|
||||
{ "filePath": "@ohos.telephony.sms.d.ts", "kitName": "TelephonyKit", "subSystem": "电话服务" },
|
||||
{ "filePath": "@ohos.telephony.vcard.d.ts", "kitName": "TelephonyKit", "subSystem": "电话服务" },
|
||||
{ "filePath": "@ohos.telephony.esim.d.ts", "kitName": "TelephonyKit", "subSystem": "电话服务" },
|
||||
{ "filePath": "@ohos.thermal.d.ts", "kitName": "BasicServicesKit", "subSystem": "电源服务" },
|
||||
{ "filePath": "@ohos.uiAppearance.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" },
|
||||
{ "filePath": "@ohos.uiExtensionHost.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" },
|
||||
|
3
kits/@kit.TelephonyKit.d.ts
vendored
3
kits/@kit.TelephonyKit.d.ts
vendored
@ -25,5 +25,6 @@ import sim from '@ohos.telephony.sim';
|
||||
import sms from '@ohos.telephony.sms';
|
||||
import vcard from '@ohos.telephony.vcard';
|
||||
import call from '@ohos.telephony.call';
|
||||
import eSIM from '@ohos.telephony.eSIM';
|
||||
|
||||
export { data, observer, radio, sim, sms, vcard, call };
|
||||
export { data, observer, radio, sim, sms, vcard, call, eSIM };
|
||||
|
Loading…
Reference in New Issue
Block a user