move typings into a separate directory
This commit is contained in:
parent
33f7d2bad5
commit
c62ed62752
56 changed files with 87 additions and 78 deletions
|
|
@ -14,7 +14,7 @@ import Color from 'color';
|
|||
import terms from '../terms';
|
||||
import processClipboard from '../utils/paste';
|
||||
import _SearchBox from './searchBox';
|
||||
import type {TermProps} from '../hyper';
|
||||
import type {TermProps} from '../../typings/hyper';
|
||||
import pickBy from 'lodash/pickBy';
|
||||
import isEqual from 'lodash/isEqual';
|
||||
import {decorate} from '../utils/plugins';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue