@antscorp/ama-ui 0.0.27 → 0.0.29
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 +19 -21
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +4 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -50,8 +50,8 @@ import { SpaceProps as SpaceProps_2 } from 'antd-mobile';
|
|
|
50
50
|
import { SpinLoadingProps as SpinLoadingProps_2 } from 'antd-mobile';
|
|
51
51
|
import { Steps as Steps_2 } from 'antd-mobile';
|
|
52
52
|
import { StepsProps as StepsProps_2 } from 'antd-mobile';
|
|
53
|
-
import { Swiper
|
|
54
|
-
import { SwiperProps
|
|
53
|
+
import { Swiper } from 'antd-mobile';
|
|
54
|
+
import { SwiperProps } from 'antd-mobile';
|
|
55
55
|
import { TabBar as TabBar_2 } from 'antd-mobile';
|
|
56
56
|
import { TabBarProps as TabBarProps_2 } from 'antd-mobile';
|
|
57
57
|
import { Tabs as Tabs_2 } from 'antd-mobile';
|
|
@@ -320,12 +320,9 @@ export declare interface StepsProps extends StepsProps_2 {
|
|
|
320
320
|
optional?: boolean;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
export
|
|
324
|
-
Item: typeof Swiper_2.Item;
|
|
325
|
-
};
|
|
323
|
+
export { Swiper }
|
|
326
324
|
|
|
327
|
-
export
|
|
328
|
-
}
|
|
325
|
+
export { SwiperProps }
|
|
329
326
|
|
|
330
327
|
export declare const TabBar: default_2.FC<TabBarProps> & {
|
|
331
328
|
Item: typeof TabBar_2.Item;
|