@antscorp/ama-ui 0.0.25 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +19 -19
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export declare interface ActionSheetProps extends ActionSheetProps_2 {
|
|
|
72
72
|
|
|
73
73
|
export { ActionSheetShowHandler }
|
|
74
74
|
|
|
75
|
-
declare type ActionSheetType =
|
|
75
|
+
declare type ActionSheetType = default_2.FC<ActionSheetProps> & {
|
|
76
76
|
show: typeof ActionSheet_2.show;
|
|
77
77
|
};
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ export { AutoCenter }
|
|
|
80
80
|
|
|
81
81
|
export { AutoCenterProps }
|
|
82
82
|
|
|
83
|
-
export declare const Avatar:
|
|
83
|
+
export declare const Avatar: default_2.FC<AvatarProps>;
|
|
84
84
|
|
|
85
85
|
export declare interface AvatarProps extends AvatarProps_2 {
|
|
86
86
|
/** An optional prop */
|
|
@@ -114,14 +114,14 @@ export declare const CapsuleTabs: default_2.FC<CapsuleTabsProps> & {
|
|
|
114
114
|
export declare interface CapsuleTabsProps extends CapsuleTabsProps_2 {
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
export declare const Card:
|
|
117
|
+
export declare const Card: default_2.FC<CardProps>;
|
|
118
118
|
|
|
119
119
|
export declare interface CardProps extends CardProps_2 {
|
|
120
120
|
/** An optional prop */
|
|
121
121
|
optional?: string;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
export declare const Collapse:
|
|
124
|
+
export declare const Collapse: default_2.FC<CollapseProps> & {
|
|
125
125
|
Panel: typeof Collapse_2.Panel;
|
|
126
126
|
};
|
|
127
127
|
|
|
@@ -137,7 +137,7 @@ declare interface ConfigProviderProps extends ConfigProviderProps_2 {
|
|
|
137
137
|
optional?: string;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
export declare const DatePicker:
|
|
140
|
+
export declare const DatePicker: default_2.FC<DatePickerProps>;
|
|
141
141
|
|
|
142
142
|
export declare interface DatePickerProps extends DatePickerProps_2 {
|
|
143
143
|
/** An optional prop */
|
|
@@ -158,21 +158,21 @@ export declare interface DotLoadingProps extends DotLoadingProps_2 {
|
|
|
158
158
|
optional?: string;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
export declare const Ellipsis:
|
|
161
|
+
export declare const Ellipsis: default_2.FC<EllipsisProps>;
|
|
162
162
|
|
|
163
163
|
export declare interface EllipsisProps extends EllipsisProps_2 {
|
|
164
164
|
/** An optional prop */
|
|
165
165
|
optional?: string;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
export declare const ErrorBlock:
|
|
168
|
+
export declare const ErrorBlock: default_2.FC<ErrorBlockProps>;
|
|
169
169
|
|
|
170
170
|
export declare interface ErrorBlockProps extends ErrorBlockProps_2 {
|
|
171
171
|
/** An optional prop */
|
|
172
172
|
optional?: string;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
export declare const FloatingPanel:
|
|
175
|
+
export declare const FloatingPanel: default_2.FC<FloatingPanelProps>;
|
|
176
176
|
|
|
177
177
|
export declare interface FloatingPanelProps extends FloatingPanelProps_2 {
|
|
178
178
|
/** An optional prop */
|
|
@@ -188,7 +188,7 @@ export declare interface GridProps extends GridProps_2 {
|
|
|
188
188
|
optional?: string;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
declare const Image_2:
|
|
191
|
+
declare const Image_2: default_2.FC<ImageProps>;
|
|
192
192
|
export { Image_2 as Image }
|
|
193
193
|
|
|
194
194
|
export declare interface ImageProps extends ImageProps_2 {
|
|
@@ -196,7 +196,7 @@ export declare interface ImageProps extends ImageProps_2 {
|
|
|
196
196
|
optional?: string;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
export declare const ImageViewer:
|
|
199
|
+
export declare const ImageViewer: default_2.FC<ImageViewerProps> & {
|
|
200
200
|
Multi: typeof ImageViewer_2.Multi;
|
|
201
201
|
};
|
|
202
202
|
|
|
@@ -228,7 +228,7 @@ export declare const Input: default_2.FC<InputProps>;
|
|
|
228
228
|
export declare interface InputProps extends InputProps_2 {
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
export declare const JumboTabs:
|
|
231
|
+
export declare const JumboTabs: default_2.FC<JumboTabsProps> & {
|
|
232
232
|
Tab: typeof JumboTabs_2.Tab;
|
|
233
233
|
};
|
|
234
234
|
|
|
@@ -237,7 +237,7 @@ export declare interface JumboTabsProps extends JumboTabsProps_2 {
|
|
|
237
237
|
optional?: boolean;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
export declare const List:
|
|
240
|
+
export declare const List: default_2.FC<ListProps> & {
|
|
241
241
|
Item: typeof List_2.Item;
|
|
242
242
|
};
|
|
243
243
|
|
|
@@ -260,7 +260,7 @@ export declare interface PageIndicatorProps extends PageIndicatorProps_2 {
|
|
|
260
260
|
optional?: string;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
export declare const Picker:
|
|
263
|
+
export declare const Picker: default_2.FC<PickerProps>;
|
|
264
264
|
|
|
265
265
|
export declare interface PickerProps extends PickerProps_2 {
|
|
266
266
|
}
|
|
@@ -288,7 +288,7 @@ export declare interface SegmentedProps extends SegmentedProps_2 {
|
|
|
288
288
|
optional?: string;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
export declare const SideBar:
|
|
291
|
+
export declare const SideBar: default_2.FC<SideBarProps> & {
|
|
292
292
|
Item: typeof SideBar_2.Item;
|
|
293
293
|
};
|
|
294
294
|
|
|
@@ -297,7 +297,7 @@ export declare interface SideBarProps extends SideBarProps_2 {
|
|
|
297
297
|
optional?: boolean;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
export declare const Space:
|
|
300
|
+
export declare const Space: default_2.FC<SpaceProps>;
|
|
301
301
|
|
|
302
302
|
export declare interface SpaceProps extends SpaceProps_2 {
|
|
303
303
|
/** An optional prop */
|
|
@@ -311,7 +311,7 @@ export declare interface SpinLoadingProps extends SpinLoadingProps_2 {
|
|
|
311
311
|
optional?: string;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
export declare const Steps:
|
|
314
|
+
export declare const Steps: default_2.FC<StepsProps> & {
|
|
315
315
|
Step: typeof Steps_2.Step;
|
|
316
316
|
};
|
|
317
317
|
|
|
@@ -320,14 +320,14 @@ export declare interface StepsProps extends StepsProps_2 {
|
|
|
320
320
|
optional?: boolean;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
export declare const Swiper:
|
|
323
|
+
export declare const Swiper: default_2.FC<SwiperProps> & {
|
|
324
324
|
Item: typeof Swiper_2.Item;
|
|
325
325
|
};
|
|
326
326
|
|
|
327
327
|
export declare interface SwiperProps extends SwiperProps_2 {
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
export declare const TabBar:
|
|
330
|
+
export declare const TabBar: default_2.FC<TabBarProps> & {
|
|
331
331
|
Item: typeof TabBar_2.Item;
|
|
332
332
|
};
|
|
333
333
|
|
|
@@ -336,7 +336,7 @@ export declare interface TabBarProps extends TabBarProps_2 {
|
|
|
336
336
|
optional?: boolean;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
export declare const Tabs:
|
|
339
|
+
export declare const Tabs: default_2.FC<TabsProps> & {
|
|
340
340
|
Tab: typeof Tabs_2.Tab;
|
|
341
341
|
};
|
|
342
342
|
|