@comercti/react-components-hmg 0.22.8 → 0.22.9
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2154,7 +2154,7 @@ declare interface IDropzone {
|
|
|
2154
2154
|
/** Mensagem personalizada de tipos de arquivos */
|
|
2155
2155
|
customMessage?: string[];
|
|
2156
2156
|
/** limpa a lista de arquivos */
|
|
2157
|
-
clear
|
|
2157
|
+
clear?: boolean;
|
|
2158
2158
|
/** Variante do componente */
|
|
2159
2159
|
variant?: 'primary' | 'secondary';
|
|
2160
2160
|
/** Simula o progresso do upload */
|