Skip to content

Commit

Permalink
additional typing
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Dec 26, 2023
1 parent 80688eb commit 2cbd68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/o-s-s/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface OSSIconSignature {
Element: HTMLElement;
}

export const STYLE_CLASSES = {
export const STYLE_CLASSES: Record<IconStyle, string> = {
solid: 'fas',
regular: 'far',
light: 'fal',
Expand Down

0 comments on commit 2cbd68b

Please sign in to comment.