From e93ceaa5f5a5ad8ea757809ca47de16c218425dc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 9 Aug 2022 17:55:40 +0200 Subject: [PATCH] Add the `setIcon()` method for `` --- global.d.ts | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1