UNPKG

@grafana/ui

Version:
11 lines (10 loc) 285 B
import { FC } from 'react'; export declare function EmotionPerfTest(): import("@emotion/react/jsx-runtime").JSX.Element; export declare const TestScenario: FC<{ name: string; Component: FC<TestComponentProps>; }>; interface TestComponentProps { index: number; } export {};