@devopness/ui-react 2.184.2 → 2.184.3

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.
@@ -56,5 +56,5 @@ type IconProps = Pick<ButtonProps, 'loading' | 'icon' | 'iconSize' | 'buttonType
56
56
  declare const Icon: ({ loading: isLoading, icon, iconSize, buttonType, iconColor, }: IconProps) => import("react/jsx-runtime").JSX.Element;
57
57
  /** Primary UI component for user interaction */
58
58
  declare const Button: ({ backgroundColor, borderColor, buttonType, children, color, disabled, icon, iconColor, iconSize, loading: isLoading, noIconMargin, noMargin, noPadding, noPointerEvents, revertOrientation, tabIndex, type, typeSize, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
59
- export type { ButtonProps };
60
59
  export { Button };
60
+ export type { ButtonProps };