@antscorp/ama-ui 0.0.18 → 0.0.19
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 +1416 -1284
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +9 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ import { SafeAreaProps as SafeAreaProps_2 } from 'antd-mobile';
|
|
|
36
36
|
import { SideBar as SideBar_2 } from 'antd-mobile';
|
|
37
37
|
import { SideBarProps as SideBarProps_2 } from 'antd-mobile';
|
|
38
38
|
import { SpaceProps as SpaceProps_2 } from 'antd-mobile';
|
|
39
|
+
import { Swiper as Swiper_2 } from 'antd-mobile';
|
|
40
|
+
import { SwiperProps as SwiperProps_2 } from 'antd-mobile';
|
|
39
41
|
import { TabBar as TabBar_2 } from 'antd-mobile';
|
|
40
42
|
import { TabBarProps as TabBarProps_2 } from 'antd-mobile';
|
|
41
43
|
import { Tabs as Tabs_2 } from 'antd-mobile';
|
|
@@ -230,6 +232,13 @@ export declare interface SpaceProps extends SpaceProps_2 {
|
|
|
230
232
|
optional?: string;
|
|
231
233
|
}
|
|
232
234
|
|
|
235
|
+
export declare const Swiper: React.FC<SwiperProps> & {
|
|
236
|
+
Item: typeof Swiper_2.Item;
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
export declare interface SwiperProps extends SwiperProps_2 {
|
|
240
|
+
}
|
|
241
|
+
|
|
233
242
|
export declare const TabBar: React.FC<TabBarProps> & {
|
|
234
243
|
Item: typeof TabBar_2.Item;
|
|
235
244
|
};
|