UNPKG

@illandril/foundryvtt-types

Version:

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

16 lines (14 loc) 276 B
declare global { namespace foundry { namespace applications { namespace types { interface ApplicationWindowRenderOptions { controls: boolean; icon: string | false; title: string; } } } } } export type {};