@apexcura/ui-components 0.0.16-Beta1203 → 0.0.16-Beta1205

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,5 @@
1
+ import React from 'react';
2
+ import { ElementType } from '../Types/types';
3
+ import '../styles/index.css';
4
+ import '../styles/input-text.css';
5
+ export declare const BreadcrumbComponent: (props: ElementType) => React.JSX.Element;
@@ -216,6 +216,8 @@ export type ElementType = {
216
216
  useSegments?: string;
217
217
  imgCollapse?: string;
218
218
  items?: {
219
+ href?: string;
220
+ title?: string;
219
221
  id?: number;
220
222
  key?: number | string;
221
223
  element?: string;
package/dist/index.d.ts CHANGED
@@ -48,3 +48,4 @@ export * from './Components/MediaUpload';
48
48
  export * from './Components/Video';
49
49
  export * from './Components/Document';
50
50
  export * from './Components/GradientCardGroup';
51
+ export * from './Components/BreadcrumbComponent';