@antscorp/ama-ui 0.0.16 → 0.0.17
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 +1615 -1575
- 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
|
@@ -14,6 +14,7 @@ import { DatePickerProps as DatePickerProps_2 } from 'antd-mobile';
|
|
|
14
14
|
import { default as default_2 } from 'react';
|
|
15
15
|
import { DividerProps as DividerProps_2 } from 'antd-mobile';
|
|
16
16
|
import { EllipsisProps as EllipsisProps_2 } from 'antd-mobile';
|
|
17
|
+
import { ErrorBlockProps as ErrorBlockProps_2 } from 'antd-mobile';
|
|
17
18
|
import { FloatingPanelProps as FloatingPanelProps_2 } from 'antd-mobile';
|
|
18
19
|
import { ForwardRefExoticComponent } from 'react';
|
|
19
20
|
import { Grid as Grid_2 } from 'antd-mobile';
|
|
@@ -125,6 +126,13 @@ export declare interface EllipsisProps extends EllipsisProps_2 {
|
|
|
125
126
|
optional?: string;
|
|
126
127
|
}
|
|
127
128
|
|
|
129
|
+
export declare const ErrorBlock: React.FC<ErrorBlockProps>;
|
|
130
|
+
|
|
131
|
+
export declare interface ErrorBlockProps extends ErrorBlockProps_2 {
|
|
132
|
+
/** An optional prop */
|
|
133
|
+
optional?: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
128
136
|
export declare const FloatingPanel: React.FC<FloatingPanelProps>;
|
|
129
137
|
|
|
130
138
|
export declare interface FloatingPanelProps extends FloatingPanelProps_2 {
|