From 7564031ea3a8a48f3ce76b6f03762b7af18dda55 Mon Sep 17 00:00:00 2001 From: SHYAKA Davis <87414827+shyakadavis@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:57:53 +0200 Subject: [PATCH] chore: update docs (#67) * chore: update docs * will it render? * test * figured out why: it won't render inside
* meh --------- Co-authored-by: Davis SHYAKA <87414827+davis-shyaka@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e4baa5..c54a898 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ export default defineConfig({ }); ``` -> [!TIP] +> 💡 Tip + > For Typescript support of `file.svg?component`, add this import to any `.d.ts` file in your project path: ```diff