@canaia/ui-kit 0.0.10-alpha.12 → 0.0.10-alpha.14
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.
package/dist/src/index.d.ts
CHANGED
|
@@ -21,3 +21,4 @@ export { default as TextareaCustom } from './components/Textarea';
|
|
|
21
21
|
export { default as StatusCustom } from './components/Status';
|
|
22
22
|
export { default as CustomProgressBar } from './components/ProgressBar';
|
|
23
23
|
export { default as CustomBox } from './components/CustomBox';
|
|
24
|
+
export { default as MetricCustom } from './components/Metric';
|