From 6856f5280cad664ead36251c2359833382308ae7 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Sun, 1 Mar 2026 22:45:43 -0800 Subject: [PATCH] Export Fields type for Icon --- src/Types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types.lua b/src/Types.lua index 922488c..760749f 100644 --- a/src/Types.lua +++ b/src/Types.lua @@ -461,7 +461,7 @@ type Fields = { notified: Signal, } -export type Icon = Methods & StaticFunctions --typeof(setmetatable({} :: Fields, MT)) +export type Icon = Methods & Fields & StaticFunctions --typeof(setmetatable({} :: Fields, MT)) export type StaticIcon = { new: typeof(