UNPKG

@tourmalinecore/react-table-responsive

Version:

React Table Responsive

8 lines (7 loc) 316 B
import { Row } from '@tanstack/react-table'; import { ActionsType } from '../../types/types'; export declare function ActionsDropdown<TData>({ tableId, actions, rowWithValues, }: { tableId: string; actions: ActionsType<TData>; rowWithValues: Row<TData>; }): "" | import("react/jsx-runtime").JSX.Element;