UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

9 lines 799 B
export declare const findChart: () => Promise<HTMLElement>; export declare const hoverNthElement: (elements: HTMLElement[], index: number) => Promise<void>; export declare const unhoverNthElement: (elements: HTMLElement[], index: number) => Promise<void>; export declare const clickNthElement: (elements: HTMLElement[], index: number) => Promise<void>; export declare const getChartContainer: (chart: HTMLElement) => HTMLElement | null; export declare const getPopoverTriggerButtons: (chart: HTMLElement) => HTMLButtonElement[]; export declare const rightClickNthElement: (elements: HTMLElement[], index: number) => Promise<void>; export declare const allElementsHaveAttributeValue: (elements: HTMLElement[], attribute: string, value: number | string) => boolean; //# sourceMappingURL=utils.d.ts.map