@data-c/ui 0.1.61 → 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,8 +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;
556
+ configs: any;
557
557
  }>): react_jsx_runtime.JSX.Element;
558
558
 
559
559
  declare const Dialog: {