From 2d56f305e0d89c1da07183f56393c20c0aa4e2e3 Mon Sep 17 00:00:00 2001 From: Sean Genabe Date: Thu, 23 Jan 2020 23:30:43 +0800 Subject: [PATCH] typings: add IChoo.hash (#691) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 27280d3..9203568 100644 --- a/index.d.ts +++ b/index.d.ts @@ -17,6 +17,7 @@ declare namespace Choo { export interface IChoo { history?: boolean href?: boolean + hash?: boolean } export interface IState {