We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee5802 + 45f146c commit e0fd3c7Copy full SHA for e0fd3c7
src/lib/types/Label.ts
@@ -19,4 +19,4 @@ export type DisplayLabel<Item, Plugins extends AnyPlugins = AnyPlugins> = (
19
// inferred for subtypes.
20
export type HeaderLabel<Item, Plugins extends AnyPlugins = AnyPlugins> =
21
| RenderConfig
22
- | ((cell: HeaderCell<Item>, state: TableState<Item, Plugins>) => RenderConfig);
+ | ((cell: HeaderCell<Item, Plugins>, state: TableState<Item, Plugins>) => RenderConfig);
0 commit comments