@cube-dev/ui-kit 0.6.46 → 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 const _StepButton: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<unknown>>;
6
- export { _StepButton as StepButton };
5
+ export declare function StepButton(props: any): JSX.Element;
@@ -169,3 +169,5 @@ export * from './styles/index';
169
169
  export { ModalProvider } from '@react-aria/overlays';
170
170
  export * from './utils/react';
171
171
  export * from './styled';
172
+ export { default as copy } from 'clipboard-copy';
173
+ export * from '@react-aria/ssr';