/usr/share/grafana/public/test/mocks
import { Ref } from 'react'; export default function ReactInlineSVG({ src, innerRef, cacheRequests, preProcessor, ...rest }: { src: string; innerRef: Ref<SVGSVGElement>; cacheRequests: boolean; preProcessor: () => string; }) { return <svg id={src} ref={innerRef} {...rest} />; } export const cacheStore = {};
.
Edit
..
Edit
augurs.ts
Edit
dashboard-mock.js
Edit
datasource_srv.ts
Edit
getGrafanaContextMock.ts
Edit
i18nMessages.ts
Edit
images.ts
Edit
navModel.ts
Edit
nearMembraneDom.ts
Edit
query.ts
Edit
react-inlinesvg.tsx
Edit
style.ts
Edit
systemjsAMDExtra.ts
Edit
workers.ts
Edit