@antscorp/ama-ui 0.0.26 → 0.0.27
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.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export declare interface ActionSheetProps extends ActionSheetProps_2 {
|
|
|
72
72
|
|
|
73
73
|
export { ActionSheetShowHandler }
|
|
74
74
|
|
|
75
|
-
declare type ActionSheetType =
|
|
75
|
+
declare type ActionSheetType = default_2.FC<ActionSheetProps> & {
|
|
76
76
|
show: typeof ActionSheet_2.show;
|
|
77
77
|
};
|
|
78
78
|
|