@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/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 as Swiper_2 } from 'antd-mobile';
54
- import { SwiperProps as SwiperProps_2 } from 'antd-mobile';
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 declare const Swiper: default_2.FC<SwiperProps> & {
324
- Item: typeof Swiper_2.Item;
325
- };
323
+ export { Swiper }
326
324
 
327
- export declare interface SwiperProps extends SwiperProps_2 {
328
- }
325
+ export { SwiperProps }
329
326
 
330
327
  export declare const TabBar: default_2.FC<TabBarProps> & {
331
328
  Item: typeof TabBar_2.Item;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "main": "dist/ama-ui.es.js",
5
5
  "module": "dist/ama-ui.es.js",
6
6
  "types": "dist/index.d.ts",