fix(core): update
This commit is contained in:
@ -122,6 +122,8 @@ export const faIcons = {
|
||||
users: faUsersSolid,
|
||||
};
|
||||
|
||||
export type TIconKey = keyof typeof faIcons;
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'dees-icon': DeesIcon;
|
||||
|
Reference in New Issue
Block a user