diff --git a/kits/@kit.ArkTS.d.ets b/kits/@kit.ArkTS.d.ets index b33621b96ca8f0b906c3cf4187a7c26e089079ac..a495996fb8970dac997fdd8bb234b44775d26284 100644 --- a/kits/@kit.ArkTS.d.ets +++ b/kits/@kit.ArkTS.d.ets @@ -38,8 +38,11 @@ import PlainArray from '@ohos.util.PlainArray'; import Stack from '@ohos.util.Stack'; import TreeMap from '@ohos.util.TreeMap'; import TreeSet from '@ohos.util.TreeSet'; +import xml from '@ohos.xml'; +import collections from '@arkts.collections'; +import Decimal from '@arkts.math.Decimal'; export { ArrayList, Deque, HashMap, HashSet, LightWeightMap, LightWeightSet, LinkedList, List, - PlainArray, Queue, Stack, TreeMap, TreeSet, buffer, uri, url, util, JSON, stream + PlainArray, Queue, Stack, TreeMap, TreeSet, buffer, uri, url, util, JSON, stream, xml, collections, Decimal };