@cube-dev/ui-kit 0.6.49 → 0.6.50
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.
|
@@ -2,5 +2,4 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Buttons for NumberField.
|
|
4
4
|
*/
|
|
5
|
-
declare
|
|
6
|
-
export { _StepButton as StepButton };
|
|
5
|
+
export declare function StepButton(props: any): JSX.Element;
|