UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

7 lines 623 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 rightClickNthElement: (elements: HTMLElement[], index: number) => Promise<void>; export declare const allElementsHaveAttributeValue: (elements: HTMLElement[], attribute: string, value: number | string) => boolean; //# sourceMappingURL=utils.d.ts.map