UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

16 lines (14 loc) 325 B
declare global { namespace foundry { namespace applications { namespace hud { class HeadsUpDisplayContainer extends foundry.applications.api.ApplicationV2 { get token(): TokenHUD; get tile(): TileHUD; get drawing(): DrawingHUD; } } } } } export type {};