@awsui/components-react
Version:
AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A
13 lines (12 loc) • 639 B
TypeScript
import { ElementWrapper } from "@awsui/test-utils-core/selectors";
import CommonChartWrapper from '../internal/charts';
export default class PieChartWrapper extends CommonChartWrapper {
static rootSelector: string;
findFilterContainer(): ElementWrapper;
findSegments(): import("@awsui/test-utils-core/selectors").MultiElementWrapper<ElementWrapper>;
findHighlightedSegment(): ElementWrapper;
findChart(): ElementWrapper;
findInnerContent(): ElementWrapper;
findSegmentLabels(): import("@awsui/test-utils-core/selectors").MultiElementWrapper<ElementWrapper>;
findHighlightedSegmentLabel(): ElementWrapper;
}