From 79fd506d30eef3d113f4a8e3ab9ebd9004f1e8cc Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sat, 28 Jun 2025 18:14:22 -0300 Subject: feat: index page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/custom-attributes.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/custom-attributes.d.ts (limited to 'src/custom-attributes.d.ts') diff --git a/src/custom-attributes.d.ts b/src/custom-attributes.d.ts new file mode 100644 index 0000000..a9383ea --- /dev/null +++ b/src/custom-attributes.d.ts @@ -0,0 +1,8 @@ +declare namespace astroHTML.JSX { + // interface HTMLAttributes<"form"> { + // "rel"?: string; + // } + interface FormHTMLAttributes { + "rel"?: string; + } +} -- cgit v1.2.3