TS support for custom icons

This commit is contained in:
Hansel 2021-08-10 21:08:37 -04:00 committed by GitHub
parent 7d3d774145
commit 6c62104abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
export type IconPrefix = "fas" | "fab" | "far" | "fal" | "fad";
export type IconPrefix = "fas" | "fab" | "far" | "fal" | "fad" | string;
export type IconPathData = string | string[]
export interface IconLookup {
@ -1631,4 +1631,5 @@ export type IconName = '500px' |
'wrench' |
'x-ray' |
'yen-sign' |
'yin-yang';
'yin-yang' |
string;