Skip to content

Commit

Permalink
fix: type of title
Browse files Browse the repository at this point in the history
  • Loading branch information
Cweili committed Sep 24, 2024
1 parent 9d999fa commit 335be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fa.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export let style: string | undefined = undefined;
export let icon: IconDefinition;
export let title: string = undefined;
export let title: string | undefined = undefined;
export let size: IconSize | undefined = undefined;
export let color: string | undefined = undefined;
Expand Down

0 comments on commit 335be25

Please sign in to comment.