@data-c/ui 0.1.49 → 0.1.50

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
@@ -685,7 +685,7 @@ declare function CellActionEdit({ onClick, ...rest }: CellActionEditProps): reac
685
685
 
686
686
  interface CellActionsProps {
687
687
  children: ReactNode;
688
- onClick: (event: 'edit' | 'delete') => void;
688
+ onClick: (event: any) => void;
689
689
  }
690
690
  declare function CellActions(props: CellActionsProps): react_jsx_runtime.JSX.Element;
691
691