mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:12:13 +08:00
Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
@ -13,7 +13,7 @@ draft = true
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export declare class ArrayVector<T = any> implements MutableVector<T>
|
||||
export declare class ArrayVector<T = any> extends FunctionalVector<T> implements MutableVector<T>
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
|
Reference in New Issue
Block a user