mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-09 06:37:43 +02:00
Add BxIconRaw tyoe
This commit is contained in:
@@ -83,3 +83,5 @@ export const BxIcon = {
|
||||
UPLOAD: iconUpload,
|
||||
AUDIO: iconSpeakerHigh,
|
||||
} as const;
|
||||
|
||||
export type BxIconRaw = (typeof BxIcon)[keyof typeof BxIcon];
|
||||
|
Reference in New Issue
Block a user