helppeople-ui 1.12.4 → 1.12.6
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.
|
@@ -33,5 +33,5 @@ interface CustomButtonProps {
|
|
|
33
33
|
/** Texto o contenido a mostrar en el tooltip al hacer hover (opcional) */
|
|
34
34
|
tooltip?: React.ReactNode;
|
|
35
35
|
}
|
|
36
|
-
declare const CustomButton: React.
|
|
36
|
+
declare const CustomButton: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLElement>>;
|
|
37
37
|
export default CustomButton;
|