@apexcura/ui-components 0.0.16-Beta166 → 0.0.16-Beta168

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 AbhaNumberComponent: (props: ElementType) => React.JSX.Element;
@@ -104,6 +104,7 @@ export type ElementType = {
104
104
  listItemClassName?: string;
105
105
  img?: string;
106
106
  items?: {
107
+ _id?: string;
107
108
  id?: number;
108
109
  key?: number | string;
109
110
  element?: string;
package/dist/index.d.ts CHANGED
@@ -22,3 +22,4 @@ export * from './Components/DivContainer';
22
22
  export * from './Components/ColorPickerElement';
23
23
  export * from './Components/NotificationAlert';
24
24
  export * from './Components/CustomStepper';
25
+ export * from './Components/AbhaNumberComponent';