@apexcura/ui-components 0.0.16-Beta241 → 0.0.16-Beta243

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 AadharComponent: (props: ElementType) => React.JSX.Element;
@@ -161,5 +161,6 @@ export type ElementType = {
161
161
  isLoading?: boolean;
162
162
  isNotChatbot?: boolean;
163
163
  allowClear?: boolean;
164
+ isBack?: boolean;
164
165
  };
165
166
  export {};
package/dist/index.d.ts CHANGED
@@ -24,3 +24,4 @@ export * from './Components/NotificationAlert';
24
24
  export * from './Components/CustomStepper';
25
25
  export * from './Components/AbhaNumberComponent';
26
26
  export * from './Components/SpanElement';
27
+ export * from './Components/AadharComponent';