UNPKG
svelte-fa
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.1
Tiny FontAwesome component for Svelte
cweili.github.io/svelte-fa/
Cweili/svelte-fa
svelte-fa
/
dist
/
types.d.ts
4 lines
(3 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
export
type
IconSize
=
"xs"
|
"sm"
|
"lg"
|
"1x"
|
"2x"
|
"3x"
|
"4x"
|
"5x"
|
"6x"
|
"7x"
|
"8x"
|
"9x"
|
"10x"
|
`
${
number
}
x`
;
export
type
FlipDir
=
"horizontal"
|
"vertical"
|
"both"
;
export
type
PullDir
=
"left"
|
"right"
;