projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1594c6
)
Add the `setIcon()` method for `<fa-icon>`
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 9 Aug 2022 15:55:40 +0000
(17:55 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 12 Aug 2022 19:25:55 +0000
(21:25 +0200)
global.d.ts
patch
|
blob
|
blame
|
history
diff --git
a/global.d.ts
b/global.d.ts
index 0cac1e4445de394bee80b208d902a5d426650e42..24eb117e61f7b3b8fe393758cbcca97c8bb8fada 100644
(file)
--- a/
global.d.ts
+++ b/
global.d.ts
@@
-56,6
+56,7
@@
declare global {
interface FaBrand extends HTMLElement {
name: string;
size: IconSize;
+ setIcon: (name: string, isSolid: boolean) => void;
}
interface FaIcon extends HTMLElement {