@elastic/charts
Version:
Elastic-Charts data visualization library
10 lines • 377 B
TypeScript
import type { PropsWithChildren } from 'react';
import React from 'react';
/** @public */
export type LegendTableCellProps = PropsWithChildren<{
truncate?: boolean;
className?: string;
}>;
/** @public */
export declare const LegendTableCell: ({ truncate, className, children }: LegendTableCellProps) => React.JSX.Element;
//# sourceMappingURL=legend_table_cell.d.ts.map