src/content
This commit is contained in:
parent
a0882bbceb
commit
b002d70070
19 changed files with 119 additions and 80 deletions
|
@ -1,7 +1,8 @@
|
|||
import * as actions from '../actions';
|
||||
import * as keyUtils from '../../shared/utils/keys';
|
||||
|
||||
export interface State {
|
||||
keys: string[];
|
||||
keys: keyUtils.Key[],
|
||||
}
|
||||
|
||||
const defaultState: State = {
|
||||
|
|
Reference in a new issue