UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

8 lines (7 loc) 316 B
import { GridCellParams } from '@mui/x-data-grid'; import { copy } from '../../../Copy'; interface StatusLinkRowCellProps extends GridCellParams { copy: typeof copy; } declare const StatusLinkRowCell: (params: StatusLinkRowCellProps) => import("react/jsx-runtime").JSX.Element; export default StatusLinkRowCell;