diff --git a/packages/grafana-ui/src/components/Forms/InlineField.tsx b/packages/grafana-ui/src/components/Forms/InlineField.tsx index 2eb4b5c1f25..ec63fc93c3f 100644 --- a/packages/grafana-ui/src/components/Forms/InlineField.tsx +++ b/packages/grafana-ui/src/components/Forms/InlineField.tsx @@ -1,5 +1,5 @@ import { cx, css } from '@emotion/css'; -import { cloneElement } from 'react'; +import { cloneElement, ReactNode } from 'react'; import { GrafanaTheme2 } from '@grafana/data'; @@ -23,7 +23,7 @@ export interface Props extends Omit