typings: add IChoo.hash (#691)

This commit is contained in:
Sean Genabe
2020-01-23 16:30:43 +01:00
committed by Renée Kooi
parent efb131c2ae
commit 2d56f305e0
Vendored
+1
View File
@@ -17,6 +17,7 @@ declare namespace Choo {
export interface IChoo {
history?: boolean
href?: boolean
hash?: boolean
}
export interface IState {