UNPKG

@illandril/foundryvtt-types

Version:

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

12 lines (10 loc) 235 B
declare global { namespace foundry { namespace applications { namespace types { type ApplicationClickAction = (event: PointerEvent, target: HTMLElement) => void | Promise<void>; } } } } export type {};