UNPKG

@illandril/foundryvtt-types

Version:

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

20 lines (18 loc) 355 B
declare global { namespace foundry { namespace applications { namespace types { interface ApplicationTab { active: boolean; cssClass: string; group: string; icon?: string; id: string; label?: string; tooltip?: string; } } } } } export type {};