UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

12 lines (11 loc) 253 B
export interface IJsonUIScreen { [name: string]: IJsonUIControl | string; } export interface IJsonUIControl { type?: string; size?: number[]; texture?: string; controls?: { [name: string]: IJsonUIControl | string; }[]; }