UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines 404 B
import type { SeriesId } from "../models/index.js"; export declare const typeSerializer: (type: string) => string; export declare const seriesIdSerializer: (id: SeriesId) => string; export declare const dataIndexSerializer: (dataIndex?: number) => string; export declare const identifierSerializerSeriesIdDataIndex: (identifier: { type: string; seriesId: SeriesId; dataIndex?: number; }) => string;