UNPKG
figura-ts
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Lua Types for the Minecraft Mod Figura
github.com/N1ghtTheF0x/figura-ts
N1ghtTheF0x/figura-ts
figura-ts
/
types
/
tablist.d.ts
8 lines
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
interface
FiguraTabList
{
header
?:
string
headerJson
?:
string
players
:
LuaTable
<
number
,
string
>
footer
?:
string
footerJson
?:
string
}