@apexcura/ui-components 0.0.16-Beta919 → 0.0.16-Beta920

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,2 @@
1
+ import React from 'react';
2
+ export declare const DisplayTimeline: React.FC;
@@ -195,6 +195,7 @@ export type ElementType = {
195
195
  progress?: number;
196
196
  className?: string;
197
197
  contact?: string;
198
+ children?: string;
198
199
  }[];
199
200
  primaryText?: string;
200
201
  secondaryText?: string;
package/dist/index.d.ts CHANGED
@@ -41,3 +41,4 @@ export * from './Components/SplitButton';
41
41
  export * from './Components/TableCopyComponent';
42
42
  export * from './Components/GoogleMapWidget';
43
43
  export * from './Components/AntdButton';
44
+ export * from './Components/DisplayTimeline';