@apexcura/ui-components 0.0.16-Beta921 → 0.0.16-Beta923

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.
@@ -195,7 +195,6 @@ export type ElementType = {
195
195
  progress?: number;
196
196
  className?: string;
197
197
  contact?: string;
198
- children?: string;
199
198
  }[];
200
199
  primaryText?: string;
201
200
  secondaryText?: string;
package/dist/index.d.ts CHANGED
@@ -41,4 +41,3 @@ 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';