@antscorp/ama-ui 0.0.22 → 0.0.24

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
@@ -37,6 +37,7 @@ import { JumboTabsProps as JumboTabsProps_2 } from 'antd-mobile';
37
37
  import { List as List_2 } from 'antd-mobile';
38
38
  import { ListProps as ListProps_2 } from 'antd-mobile';
39
39
  import { NavBarProps as NavBarProps_2 } from 'antd-mobile';
40
+ import { PickerProps as PickerProps_2 } from 'antd-mobile';
40
41
  import { PullToRefreshProps as PullToRefreshProps_2 } from 'antd-mobile';
41
42
  import { RefAttributes } from 'react';
42
43
  import { SafeAreaProps as SafeAreaProps_2 } from 'antd-mobile';
@@ -247,6 +248,11 @@ export declare interface NavBarProps extends NavBarProps_2 {
247
248
  optional?: string;
248
249
  }
249
250
 
251
+ export declare const Picker: React.FC<PickerProps>;
252
+
253
+ export declare interface PickerProps extends PickerProps_2 {
254
+ }
255
+
250
256
  export declare const PullToRefresh: default_2.FC<PullToRefreshProps>;
251
257
 
252
258
  export declare interface PullToRefreshProps extends PullToRefreshProps_2 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "main": "dist/ama-ui.es.js",
5
5
  "module": "dist/ama-ui.es.js",
6
6
  "types": "dist/index.d.ts",