@apexcura/ui-components 0.0.16-Beta463 → 0.0.16-Beta465

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,4 @@
1
+ import React from 'react';
2
+ import { ElementType } from '../Types/types';
3
+ import 'bootstrap/dist/css/bootstrap.min.css';
4
+ export declare const ProgressBar: (props: ElementType) => React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ElementType } from '../Types/types';
3
+ export declare const DatePickerElement: (props: ElementType) => React.JSX.Element;
@@ -119,6 +119,7 @@ export type ElementType = {
119
119
  isCount?: boolean;
120
120
  count?: number;
121
121
  isNewMenuItem?: boolean;
122
+ progress?: number;
122
123
  }[];
123
124
  primaryText?: string;
124
125
  secondaryText?: string;