@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
11 lines (10 loc) • 440 B
TypeScript
import * as React from 'react';
import { StyledColumn } from '../../../../../types';
/**
* Pixel-parity preview of the badges as they would render in the cell.
* Uses the same wrapper/badge classes (and the same `Badge` component) as
* `BadgeRenderer` so the wizard summary matches the grid output exactly.
*/
export declare const StyledColumnBadgePreview: React.FunctionComponent<React.PropsWithChildren<{
data: StyledColumn;
}>>;