Skip to content

Commit

Permalink
add infer type
Browse files Browse the repository at this point in the history
  • Loading branch information
candidosales committed Oct 26, 2024
1 parent 1fd2f27 commit 3ddd159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2380,4 +2380,4 @@
"flowbite-svelte": "^0.47.1",
"svelte-meta-tags": "^4.0.4"
}
}
}
7 changes: 7 additions & 0 deletions src/constants.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export declare const ICON_SIZES: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
};

0 comments on commit 3ddd159

Please sign in to comment.