@apexcura/ui-components 0.0.16-Beta351 → 0.0.16-Beta354

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.
@@ -1,2 +1,3 @@
1
1
  import React from 'react';
2
- export declare const AvatarUpload: () => React.JSX.Element;
2
+ declare const App: React.FC;
3
+ export default App;
@@ -169,5 +169,6 @@ export type ElementType = {
169
169
  segmentedOptions?: string[];
170
170
  manageRadioButton?: boolean;
171
171
  cardClassname?: string;
172
+ titleClassName?: string;
172
173
  };
173
174
  export {};