Add BxIconRaw tyoe

This commit is contained in:
redphx
2024-12-23 06:26:16 +07:00
parent 03b7c7358e
commit fc5219705c
8 changed files with 35 additions and 18 deletions

View File

@@ -83,3 +83,5 @@ export const BxIcon = {
UPLOAD: iconUpload,
AUDIO: iconSpeakerHigh,
} as const;
export type BxIconRaw = (typeof BxIcon)[keyof typeof BxIcon];