test-stpr-ui-kit 0.5.98 → 0.5.99
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.
|
@@ -502,7 +502,7 @@ declare type TButtonIconPosition = "start" | "end";
|
|
|
502
502
|
|
|
503
503
|
declare type TButtonType = "submit" | "reset" | "button";
|
|
504
504
|
|
|
505
|
-
declare type TButtonVariant = "primary" | "secondary" | "link";
|
|
505
|
+
export declare type TButtonVariant = "primary" | "secondary" | "link";
|
|
506
506
|
|
|
507
507
|
declare type TCheckboxSize = "md" | "lg";
|
|
508
508
|
|