@plaidev/karte-action-sdk 1.1.253 → 1.1.254-28798980.242172ed

Sign up to get free protection for your applications and to get access to all the features.
@@ -2493,7 +2493,7 @@ declare const BUTTON_SIZE_STYLES: PropStyles<ButtonProps, "size">;
2493
2493
  declare const BUTTON_THEME_STYLES: PropStyles<ButtonProps, "theme">;
2494
2494
  declare const BUTTON_ROUND_STYLES: PropStyles<ButtonProps, "round">;
2495
2495
  declare const BUTTON_WRAP_STYLES: PropStyles<ButtonProps, "wrap">;
2496
- type ButtonOutlinedProps = CommonProps & ClickableProps & WithIconProps & LinkProps & BorderProps & {
2496
+ type ButtonOutlinedProps = CommonProps & ClickableProps & ShadowProps & WithIconProps & LinkProps & BorderProps & {
2497
2497
  label?: string;
2498
2498
  // size
2499
2499
  size?: keyof typeof BUTTON_SIZE;