@apexcura/ui-components 0.0.16-Beta857 → 0.0.16-Beta859

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ElementType } from '../Types/types';
3
+ export declare const Image: (props: ElementType) => React.JSX.Element;
@@ -218,6 +218,7 @@ export type ElementType = {
218
218
  fillText1?: string;
219
219
  fillText2?: string;
220
220
  pagination?: boolean;
221
+ antdButton?: boolean;
221
222
  required?: boolean;
222
223
  is_detail?: boolean;
223
224
  checkedChildren?: string;