diff --git a/helper.d.ts b/helper.d.ts new file mode 100644 index 0000000..7a53ac1 --- /dev/null +++ b/helper.d.ts @@ -0,0 +1,49 @@ +/** + * 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 ( + * <> + * + *