You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to also expose all MaterialIcons as const of string[] ?
Like that i could easily build an icon explorer in my own application and let user select an icon.
For now the only way that i found to do what i would like, is by literally copying the MaterialIcons type in index.d.ts.
And of course i need to maintain the list at every update...
export const MaterialIcons = [
....
];
Or maybe there is another way to do the same.
Thanks you !
The text was updated successfully, but these errors were encountered:
Would it be possible to also expose all MaterialIcons as const of string[] ?
Like that i could easily build an icon explorer in my own application and let user select an icon.
For now the only way that i found to do what i would like, is by literally copying the MaterialIcons type in index.d.ts.
And of course i need to maintain the list at every update...
Or maybe there is another way to do the same.
Thanks you !
The text was updated successfully, but these errors were encountered: