mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14: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 FlipProp = "horizontal" | "vertical" | "both";
|
||||
export type SizeProp =
|
||||
| "2xs"
|
||||
| "xs"
|
||||
| "lg"
|
||||
| "sm"
|
||||
| "lg"
|
||||
| "xl"
|
||||
| "2xl"
|
||||
| "1x"
|
||||
| "2x"
|
||||
| "3x"
|
||||
|
Loading…
x
Reference in New Issue
Block a user