Skip to content

Commit

Permalink
some additional prettier fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Nov 1, 2023
1 parent 4056a3b commit b61adb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
@@ -1,4 +1,4 @@
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
import { IconDefinition } from '@fortawesome/fontawesome-svg-core'
import { DefineComponent } from 'vue'

interface FontAwesomeIconProps {
Expand All @@ -7,7 +7,7 @@ interface FontAwesomeIconProps {
flip?: 'horizontal' | 'vertical' | 'both'
icon: object | Array<string> | string | IconDefinition
mask?: object | Array<string> | string
maskId?: object | Array<string> | string;
maskId?: object | Array<string> | string
listItem?: boolean
pull?: 'right' | 'left'
pulse?: boolean
Expand Down

0 comments on commit b61adb6

Please sign in to comment.