@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
8 lines • 434 B
TypeScript
import { ReactNode } from 'react';
import { CollectionColumnDef } from '../../CollectionColumn.types.js';
/**
* Renders a column header by invoking the header function with context if needed.
* Handles both static headers (strings/nodes) and dynamic header functions.
*/
export declare const renderColumnHeader: (header: CollectionColumnDef<unknown>["header"], index: number) => ReactNode;
//# sourceMappingURL=headerUtils.d.ts.map