Skip to content

Commit

Permalink
fix: allow mix of partial and full state in keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Borg committed Oct 22, 2020
1 parent dfb3537 commit 8893481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,4 @@ interface Options {
space?: string | number;
}

export type Keys = string[] | (KeyConfiguration | Options)[];
export type Keys = string[] | (KeyConfiguration | Options | string)[];

0 comments on commit 8893481

Please sign in to comment.