@antscorp/ama-ui 0.0.15 → 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/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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "main": "dist/ama-ui.es.js",
5
5
  "module": "dist/ama-ui.es.js",
6
6
  "types": "dist/index.d.ts",