6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
import * as React from 'react';
|
|
/**
|
|
* Get the ref for the root chart element.
|
|
* @returns The root chart element ref.
|
|
*/
|
|
export declare function useChartRootRef(): React.RefObject<HTMLDivElement | null>; |