umworks-grid
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -245,3 +245,5 @@ import type { ComponentType } from 'react'; | ||
export declare function HeaderRenderer<R, SR>({ column, sortDirection, priority, onSort, isCellSelected }: HeaderRendererProps<R, SR>): JSX.Element; | ||
export declare function HeaderRenderer<R, SR>({ column, sortDirection, priority, onSort, isCellSelected, children }: HeaderRendererProps<R, SR> & { | ||
children?: React.ReactNode; | ||
}): JSX.Element; | ||
@@ -248,0 +250,0 @@ export declare interface HeaderRendererProps<TRow, TSummaryRow = unknown> { |
{ | ||
"name": "umworks-grid", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Feature-rich and customizable data grid React component", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
634880
5697