-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Would be great if it also worked with type union...
type IconName =
// image(../../assets/icons/icon1.svg)
| 'icon1'
// image(../../assets/icons/icon2.svg)
| 'icon2'
// image(../../assets/icons/icon3.svg)
| 'icon3'
// image(../../assets/icons/icon4.svg)
| 'icon4'Then I could use something like:
const icon: IconName = 'icon2' // <-- here it could show on autocomplete or while hovering 
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels