idlize
114 строк · 2.8 Кб
1/*
2* Copyright (c) 2024 Huawei Device Co., Ltd.
3* Licensed under the Apache License, Version 2.0 (the "License");
4* you may not use this file except in compliance with the License.
5* You may obtain a copy of the License at
6*
7* http://www.apache.org/licenses/LICENSE-2.0
8*
9* Unless required by applicable law or agreed to in writing, software
10* distributed under the License is distributed on an "AS IS" BASIS,
11* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12* See the License for the specific language governing permissions and
13* limitations under the License.
14*/
15
16const dtsImports = `import {
17AltOffset,
18BackgroundBlurStyleOptions,
19BindOptions,
20BlurOptions,
21BlurStyleOptions,
22Color,
23CommonAttribute,
24CommonMethod,
25DragInteractionOptions,
26DragPreviewOptions,
27Length,
28Offset,
29Padding,
30Position,
31Resource,
32ResourceStr,
33ResourceColor,
34SheetOptions,
35StateStyles,
36SheetTitleOptions,
37CustomComponent,
38CanvasPath,
39CanvasRenderer,
40NativeEmbedInfo,
41DividerOptions,
42BooleanInterfaceDTS,
43LocalizedPadding,
44TabBarSymbol,
45NativeEmbedDataInfo,
46VisibleListContentInfo,
47TextCascadePickerRangeContent,
48TextPickerRangeContent,
49TextPickerOptions,
50IndicatorStyle,
51EmitterProperty,
52ClassWithConstructorAndFieldsDTS,
53ClassWithConstructorDTS,
54ClassDTS,
55ArrayRefNumberInterfaceDTS,
56OptionInterfaceDTS,
57TupleInterfaceDTS,
58UnionOptionalInterfaceDTS,
59UnionInterfaceDTS,
60StringInterfaceDTS,
61NumberInterfaceDTS,
62ClassWithConstructorAndMethodsDTS,
63ClassWithConstructorAndStaticMethodsDTS,
64ClassWithConstructorAndFieldsAndMethodsDTS,
65ClassWithConstructorAndNonOptionalParamsDTS,
66ClassWithConstructorAndSomeOptionalParamsDTS,
67ClassWithConstructorAndAllOptionalParamsDTS,
68ClassWithConstructorAndWithoutParamsDTS,
69BorderOptions,
70RenderingContextSettings,
71LabelStyle,
72Dimension,
73OnScrollVisibleContentChangeCallback,
74Vector1,
75Vector2,
76PixelMap,
77RectResult,
78TouchTestInfo,
79AttributeModifier,
80CustomBuilder,
81ShadowOptions,
82LocalizedEdgeColors,
83LocalizedEdgeWidths,
84Font,
85EdgeWidths,
86EdgeColors,
87EdgeStyles,
88ImageModifier,
89SheetDismiss,
90DismissSheetAction,
91SpringBackAction,
92UIContext,
93BaseEvent,
94FingerInfo,
95BaseGestureEvent,
96LengthMetricsUnit,
97ImageData,
98GestureInterface,
99GestureHandler,
100UIGestureEvent,
101GestureModifier,
102GestureRecognizerJudgeBeginCallback,
103CanvasRenderingContext2D,
104DrawingRenderingContext,
105BoardStyle,
106ComponentContent,
107LengthMetrics,
108DotIndicator
109} from "./dts-exports"
110`
111
112export function collectDtsImports() {
113return dtsImports // for now
114}