UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 142 B
/** * Get the unique identifier of the chart. * @returns chartId if it exists. */ export declare function useChartId(): string | undefined;