@antscorp/ama-ui 0.0.33 → 0.0.34
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 +369 -365
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ import { ModalShowProps } from 'antd-mobile';
|
|
|
64
64
|
import { NavBarProps as NavBarProps_2 } from 'antd-mobile';
|
|
65
65
|
import { PageIndicatorProps as PageIndicatorProps_2 } from 'antd-mobile';
|
|
66
66
|
import { PickerProps as PickerProps_2 } from 'antd-mobile';
|
|
67
|
+
import { ProgressBarProps } from 'antd-mobile';
|
|
67
68
|
import { PullStatus } from 'antd-mobile/es/components/pull-to-refresh';
|
|
68
69
|
import { PullToRefreshProps as PullToRefreshProps_2 } from 'antd-mobile';
|
|
69
70
|
import { Radio as Radio_2 } from 'antd-mobile';
|
|
@@ -381,6 +382,10 @@ export declare const Picker: default_2.FC<PickerProps>;
|
|
|
381
382
|
export declare interface PickerProps extends PickerProps_2 {
|
|
382
383
|
}
|
|
383
384
|
|
|
385
|
+
export declare const ProgressBar: FC<ProgressBarProps>;
|
|
386
|
+
|
|
387
|
+
export { ProgressBarProps }
|
|
388
|
+
|
|
384
389
|
export { PullStatus }
|
|
385
390
|
|
|
386
391
|
export declare const PullToRefresh: default_2.FC<PullToRefreshProps>;
|