UNPKG

@tourmalinecore/react-table-responsive

Version:

React Table Responsive

8 lines (7 loc) 321 B
import { ColumnDef } from '@tanstack/react-table'; import { ActionsType } from '../../types/types'; export declare const ACTIONS_COLUMN_ID = "actions-column"; export declare function getActionsDropdownColumn<TData>({ tableId, actions, }: { tableId: string; actions: ActionsType<TData>; }): ColumnDef<TData, any>;