UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

7 lines (6 loc) 254 B
import { GridCellParams } from '@mui/x-data-grid'; interface StatusRowCellProps extends GridCellParams { copy: any; } declare const StatusRowCell: (params: StatusRowCellProps) => import("react/jsx-runtime").JSX.Element; export default StatusRowCell;