mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 15:49:13 +08:00
Add missing t-shirt sizes to SizeProp type
This commit is contained in:
parent
0078392516
commit
6d33b22e77
@ -20,9 +20,12 @@ 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 =
|
||||||
|
| "2xs"
|
||||||
| "xs"
|
| "xs"
|
||||||
| "lg"
|
|
||||||
| "sm"
|
| "sm"
|
||||||
|
| "lg"
|
||||||
|
| "xl"
|
||||||
|
| "2xl"
|
||||||
| "1x"
|
| "1x"
|
||||||
| "2x"
|
| "2x"
|
||||||
| "3x"
|
| "3x"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user