mirror of https://github.com/grafana/grafana.git
24 lines
574 B
Markdown
24 lines
574 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "CssSelector"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/e2e-selectors"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## CssSelector type
|
||
|
|
||
|
### CssSelector type
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type CssSelector = () => string;
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { CssSelector } from '@grafana/e2e-selectors';
|
||
|
```
|