From: Alexander Ebert Date: Tue, 9 Aug 2022 15:55:40 +0000 (+0200) Subject: Add the `setIcon()` method for `` X-Git-Tag: 6.0.0_Alpha_1~1024^2~17 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e93ceaa5f5a5ad8ea757809ca47de16c218425dc;p=GitHub%2FWoltLab%2FWCF.git Add the `setIcon()` method for `` --- diff --git a/global.d.ts b/global.d.ts index 0cac1e4445..24eb117e61 100644 --- 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 {