sag_components 2.0.0-beta81 → 2.0.0-beta82
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.
package/dist/index.d.ts
CHANGED
|
@@ -1074,7 +1074,7 @@ declare function LinkButton({ text, type, size, height, width, disabled, textCol
|
|
|
1074
1074
|
width?: string;
|
|
1075
1075
|
disabled?: boolean;
|
|
1076
1076
|
textColor?: string;
|
|
1077
|
-
onClick
|
|
1077
|
+
onClick?: () => void;
|
|
1078
1078
|
leftIcon?: string;
|
|
1079
1079
|
rightIcon?: string;
|
|
1080
1080
|
}): react_jsx_runtime.JSX.Element;
|