0e47f22c0a
Co-authored-by: testa113 <testa113>
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { createColumnHelper } from '@tanstack/react-table';
|
|
|
|
import { NodeRowData } from '../types';
|
|
|
|
export const columnHelper = createColumnHelper<NodeRowData>();
|