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