Skip to content

Commit

Permalink
add prettier config and some fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Nov 1, 2023
1 parent 5d1d3ce commit 30929b9
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 755 deletions.
4 changes: 3 additions & 1 deletion 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,6 +7,7 @@ interface FontAwesomeIconProps {
flip?: 'horizontal' | 'vertical' | 'both'
icon: object | Array<string> | string | IconDefinition
mask?: object | Array<string> | string
maskId?: object | Array<string> | string
listItem?: boolean
pull?: 'right' | 'left'
pulse?: boolean
Expand All @@ -17,6 +18,7 @@ interface FontAwesomeIconProps {
transform?: object | string
symbol?: boolean | string
title?: string
titleId?: string
inverse?: boolean
bounce?: boolean
shake?: boolean
Expand Down

0 comments on commit 30929b9

Please sign in to comment.