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; +};