@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
6 lines (5 loc) • 406 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { ScopeSummaryTags } from '../../Wizard/scopeSummaryTags';
export const FlashingCellScopeSummaryContent = ScopeSummaryTags;
export const FlashingCellScopeSummaryView = ({ data }) => _jsx(ScopeSummaryTags, { scope: data.Scope });
export const renderFlashingCellScopeSummary = (flashingCell) => (_jsx(ScopeSummaryTags, { scope: flashingCell.Scope }));