@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
17 lines • 875 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const dropdown_host_1 = require("../internal/dropdown-host");
const styles_selectors_js_1 = require("../../../internal/components/button-trigger/styles.selectors.js");
const styles_selectors_js_2 = require("../../../internal/components/chart-filter/styles.selectors.js");
const styles_selectors_js_3 = require("../../../select/parts/styles.selectors.js");
class ChartFilterWrapper extends dropdown_host_1.default {
findPlaceholder() {
return this.findByClassName(styles_selectors_js_3.default.placeholder);
}
findTrigger() {
return this.findByClassName(styles_selectors_js_1.default['button-trigger']);
}
}
ChartFilterWrapper.rootSelector = styles_selectors_js_2.default['chart-filter'];
exports.default = ChartFilterWrapper;
//# sourceMappingURL=chart-filter.js.map