@comercti/react-components-hmg 0.31.2 → 0.32.1
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -812,7 +812,7 @@ declare type __VLS_Props_5 = {
|
|
|
812
812
|
/** Define o texto do botão */
|
|
813
813
|
text: string;
|
|
814
814
|
/** Define o botão selecionado */
|
|
815
|
-
selected: number;
|
|
815
|
+
selected: number | string;
|
|
816
816
|
/** Define a variante do botão */
|
|
817
817
|
variant: 'text' | 'radio';
|
|
818
818
|
/** Define se o botão está desabilitado */
|
|
@@ -2123,7 +2123,7 @@ id: string | number;
|
|
|
2123
2123
|
disabled: boolean;
|
|
2124
2124
|
text: string;
|
|
2125
2125
|
variant: "text" | "radio";
|
|
2126
|
-
selected: number;
|
|
2126
|
+
selected: number | string;
|
|
2127
2127
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
2128
2128
|
|
|
2129
2129
|
export declare const disableCeLoading: () => void;
|