UNPKG

infinity-forge

Version:
8 lines (7 loc) 186 B
import { Column } from "../../../interfaces.js"; export interface ITHeadItemProps { index: number; colunm: Column; disableOrdenationTable?: boolean; tableItems: any[]; }