From ced6b140da1ca9a7aa0e3af79b3ca152cf987059 Mon Sep 17 00:00:00 2001 From: Michael Markl Date: Mon, 7 Jun 2021 16:06:02 +0200 Subject: [PATCH] Add index.d.ts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 095fa21..d3b06ff 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "repository": "https://github.com/integreat/react-sticky-headroom", "files": [ "index.js", - "index.js.flow" + "index.js.flow", + "index.d.ts" ], "publishConfig": { "access": "public"