From 1953633d085d274788a947ff2855c030cbaa7179 Mon Sep 17 00:00:00 2001 From: Dennis Zoma <3930150+wottpal@users.noreply.github.com> Date: Wed, 15 Sep 2021 12:24:06 +0200 Subject: [PATCH 1/2] Added helper.d.ts File --- helper.d.ts | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 helper.d.ts diff --git a/helper.d.ts b/helper.d.ts new file mode 100644 index 0000000..e5028fc --- /dev/null +++ b/helper.d.ts @@ -0,0 +1,34 @@ +/** + * To initialize nightwind, add the following script tag to the head element of your pages. + * + * ``` + * import nightwind from "nightwind/helper" + * + * export default function Layout() { + * return ( + * <> + * + *