kibana/typings/index.d.ts
Sergi Romeu b2dd88ec55
chore: remove react-syntax-highlighter leftovers (#213076)
## Summary

Removes leftovers of react-syntax-highlighter removed in [this
PR](https://github.com/elastic/kibana/pull/204902)
2025-03-04 15:35:34 +01:00

13 lines
591 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the "Elastic License
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
* Public License v 1"; you may not use this file except in compliance with, at
* your election, the "Elastic License 2.0", the "GNU Affero General Public
* License v3.0 only", or the "Server Side Public License, v 1".
*/
declare module 'axios/lib/adapters/xhr';
declare module 'find-cypress-specs';
declare module '@cypress/grep/src/plugin';