@data-c/ui 0.1.61 → 0.1.62

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
@@ -554,6 +554,7 @@ declare function DialogActionCancelar({ children, label, ...rest }: ButtonProps$
554
554
  declare function DialogConfirmDelete({ open, onClose, payload, }: DialogProps$2<{
555
555
  identificador: any;
556
556
  useRemover: any;
557
+ qs?: Record<string, any>;
557
558
  }>): react_jsx_runtime.JSX.Element;
558
559
 
559
560
  declare const Dialog: {