mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
7 lines
88 B
TypeScript
7 lines
88 B
TypeScript
|
declare module "test/specs/helpers" {
|
||
|
let helpers: any;
|
||
|
export default helpers;
|
||
|
}
|
||
|
|
||
|
|