From 3ddd1592aa72570c5fff74a0d0872e81b7ff4cac Mon Sep 17 00:00:00 2001 From: Candido Sales Gomes Date: Sat, 26 Oct 2024 10:55:48 -0400 Subject: [PATCH] add infer type --- package.json | 2 +- src/constants.d.ts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/constants.d.ts diff --git a/package.json b/package.json index 51e0c5c..8383398 100644 --- a/package.json +++ b/package.json @@ -2380,4 +2380,4 @@ "flowbite-svelte": "^0.47.1", "svelte-meta-tags": "^4.0.4" } -} +} \ No newline at end of file diff --git a/src/constants.d.ts b/src/constants.d.ts new file mode 100644 index 0000000..e87941a --- /dev/null +++ b/src/constants.d.ts @@ -0,0 +1,7 @@ +export declare const ICON_SIZES: { + xs: string; + sm: string; + md: string; + lg: string; + xl: string; +};