@salutejs/sdds-finportal 0.146.0-canary.1500.11456169969.0 → 0.146.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
31
31
  text?: string | undefined;
32
32
  contentLeft?: import("react").ReactNode;
33
33
  contentRight?: import("react").ReactNode;
34
- truncate?: boolean | undefined;
35
34
  size?: string | undefined;
36
35
  view?: string | undefined;
37
36
  } & {
@@ -44,7 +43,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
44
43
  text?: string | undefined;
45
44
  contentLeft?: import("react").ReactNode;
46
45
  contentRight?: import("react").ReactNode;
47
- truncate?: boolean | undefined;
48
46
  size?: string | undefined;
49
47
  view?: string | undefined;
50
48
  } & {
@@ -57,7 +55,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
57
55
  text?: string | undefined;
58
56
  contentLeft?: import("react").ReactNode;
59
57
  contentRight?: import("react").ReactNode;
60
- truncate?: boolean | undefined;
61
58
  size?: string | undefined;
62
59
  view?: string | undefined;
63
60
  } & {