Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ type Methods = {
a font ID (such as <code>12187370928</code>),
or font family link (such as <code>"rbxasset://fonts/families/Sarpanch.json"</code>).
]]
function(self: Icon, font: string | Enum.Font, fontWeight: Enum.FontWeight?, fontStyle: Enum.FontSize?, iconState: IconState?): Icon
function(self: Icon, font: string | Enum.Font, fontWeight: Enum.FontWeight?, fontStyle: Enum.FontStyle?, iconState: IconState?): Icon
return nil :: any
end
),
Expand Down Expand Up @@ -474,4 +474,4 @@ export type StaticIcon = {
),
} & StaticFunctions

return {}
return {}
Loading