MCPcopy
hub / github.com/shadcnblocks/kibo / TableColumnHeaderProps

Interface TableColumnHeaderProps

packages/table/index.tsx:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137};
138
139export interface TableColumnHeaderProps<TData, TValue>
140 extends HTMLAttributes<HTMLDivElement> {
141 column: Column<TData, TValue>;
142 title: string;
143}
144
145export function TableColumnHeader<TData, TValue>({
146 column,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected