@data-c/ui 0.1.62 → 0.1.63

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