UNPKG

@grafana/e2e-selectors

Version:

Grafana End-to-End Test Selectors Library

9 lines (8 loc) 219 B
/** * A library containing the different design components of the Grafana ecosystem. * * @packageDocumentation */ export * from './selectors'; export * from './types'; export { resolveSelectors } from './resolver';