UNPKG

@grafana/ui

Version:
8 lines (7 loc) 384 B
import { TableCellInspectorMode } from './TableCellInspector'; import { TableCellProps } from './types'; interface CellActionProps extends TableCellProps { previewMode: TableCellInspectorMode; } export declare function CellActions({ field, cell, previewMode, showFilters, onCellFilterAdded, setInspectCell, }: CellActionProps): import("react/jsx-runtime").JSX.Element; export {};