mirror of https://github.com/portainer/portainer
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
|
import { createColumnHelper } from '@tanstack/react-table';
|
||
|
|
||
|
import { Ingress } from '../../types';
|
||
|
|
||
|
export const columnHelper = createColumnHelper<Ingress>();
|