@plaidev/karte-action-sdk 1.1.248 → 1.1.249-28749747.1c44f881

Sign up to get free protection for your applications and to get access to all the features.
@@ -2419,16 +2419,12 @@ declare const AVATAR_SHAPE: {
2419
2419
  readonly circle: "\u30B5\u30FC\u30AF\u30EB";
2420
2420
  readonly square: "\u30B9\u30AF\u30A8\u30A2";
2421
2421
  };
2422
- type AvatarProps = CommonProps & {
2422
+ type AvatarProps = CommonProps & ClickableProps & BorderProps & {
2423
2423
  size?: number;
2424
2424
  shape?: keyof typeof AVATAR_SHAPE;
2425
2425
  image?: string;
2426
2426
  caption?: string;
2427
2427
  alt?: string;
2428
- onClick?: OnClickOperation;
2429
- eventName?: string;
2430
- eventValue?: object;
2431
- bordered?: boolean;
2432
2428
  };
2433
2429
  declare const BUTTON_SIZE: {
2434
2430
  readonly extra_small: "XSmall";