Variables: breaks variable.ts into 2 separate files utils and types (#22884)

This commit is contained in:
Hugo Häggmark
2020-03-24 05:46:31 +01:00
committed by GitHub
parent 7d9b6a0dee
commit 05b6d38374
100 changed files with 352 additions and 189 deletions

View File

@@ -1,5 +1,5 @@
import React, { ChangeEvent, FocusEvent, PureComponent } from 'react';
import { CustomVariableModel, VariableWithMultiSupport } from '../../templating/variable';
import { CustomVariableModel, VariableWithMultiSupport } from '../../templating/types';
import { SelectionOptionsEditor } from '../editor/SelectionOptionsEditor';
import { OnPropChangeArguments, VariableEditorProps } from '../editor/types';