@data-c/ui 0.1.48 → 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 +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/empty-data-NII6PKG2.svg +0 -423
- package/dist/error-GAPOPG36.svg +0 -1
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:
|
|
688
|
+
onClick: (event: any) => void;
|
|
689
689
|
}
|
|
690
690
|
declare function CellActions(props: CellActionsProps): react_jsx_runtime.JSX.Element;
|
|
691
691
|
|