@antscorp/ama-ui 0.0.40 → 0.0.41
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 +550 -505
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ import { ModalProps } from 'antd-mobile';
|
|
|
68
68
|
import { ModalShowProps } from 'antd-mobile';
|
|
69
69
|
import { NavBarProps as NavBarProps_2 } from 'antd-mobile';
|
|
70
70
|
import { PageIndicatorProps as PageIndicatorProps_2 } from 'antd-mobile';
|
|
71
|
+
import { PasscodeInputProps as PasscodeInputProps_2 } from 'antd-mobile';
|
|
71
72
|
import { PickerProps as PickerProps_2 } from 'antd-mobile';
|
|
72
73
|
import { Popover as Popover_2 } from 'antd-mobile';
|
|
73
74
|
import { PopoverProps as PopoverProps_2 } from 'antd-mobile';
|
|
@@ -415,6 +416,13 @@ export declare interface PageIndicatorProps extends PageIndicatorProps_2 {
|
|
|
415
416
|
optional?: string;
|
|
416
417
|
}
|
|
417
418
|
|
|
419
|
+
export declare const PasscodeInput: default_2.FC<PasscodeInputProps>;
|
|
420
|
+
|
|
421
|
+
export declare interface PasscodeInputProps extends PasscodeInputProps_2 {
|
|
422
|
+
/** An optional prop */
|
|
423
|
+
optional?: string;
|
|
424
|
+
}
|
|
425
|
+
|
|
418
426
|
export declare const Picker: default_2.FC<PickerProps>;
|
|
419
427
|
|
|
420
428
|
export declare interface PickerProps extends PickerProps_2 {
|