mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
Chore: Remove deprecated re-exported template variable types (#87459)
Chore: Remove deprecated re-exported template varible types
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import React, { ChangeEvent, FocusEvent, KeyboardEvent, ReactElement, useCallback, useEffect, useState } from 'react';
|
||||
|
||||
import { isEmptyObject } from '@grafana/data';
|
||||
import { TextBoxVariableModel, isEmptyObject } from '@grafana/data';
|
||||
import { Input } from '@grafana/ui';
|
||||
import { t } from 'app/core/internationalization';
|
||||
import { useDispatch } from 'app/types';
|
||||
@ -10,7 +10,6 @@ import { VARIABLE_PREFIX } from '../constants';
|
||||
import { VariablePickerProps } from '../pickers/types';
|
||||
import { toKeyedAction } from '../state/keyedVariablesReducer';
|
||||
import { changeVariableProp } from '../state/sharedReducer';
|
||||
import { TextBoxVariableModel } from '../types';
|
||||
import { toVariablePayload } from '../utils';
|
||||
|
||||
export interface Props extends VariablePickerProps<TextBoxVariableModel> {}
|
||||
|
Reference in New Issue
Block a user