mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-01 22:32:40 +08:00
Update index.d.ts
added xl, 2xs, 2xl to sizeprop to see if this resolves the typescript issue
This commit is contained in:
parent
701d64a894
commit
d795ce75c6
@ -20,6 +20,9 @@ export function icon(icon: IconName | IconLookup, params?: IconParams): Icon;
|
|||||||
export type IconProp = IconName | [IconPrefix, IconName] | IconLookup;
|
export type IconProp = IconName | [IconPrefix, IconName] | IconLookup;
|
||||||
export type FlipProp = "horizontal" | "vertical" | "both";
|
export type FlipProp = "horizontal" | "vertical" | "both";
|
||||||
export type SizeProp =
|
export type SizeProp =
|
||||||
|
| "xl"
|
||||||
|
| "2xs"
|
||||||
|
| "2xl"
|
||||||
| "xs"
|
| "xs"
|
||||||
| "lg"
|
| "lg"
|
||||||
| "sm"
|
| "sm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user