UNPKG

@illandril/foundryvtt-types

Version:

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

19 lines (17 loc) 346 B
declare global { namespace foundry { namespace applications { namespace types { interface ApplicationPosition { height: number | 'auto'; left: number; scale: number; top: number; width: number | 'auto'; zIndex: number; } } } } } export type {};