type ColumnDefTemplate<TProps> = string | (props) => any;
Defined in: types/ColumnDef.ts:35
TProps extends object