UNPKG

foundryvtt-dnd5e-types

Version:

TypeScript type definitions for the DnD5e system in Foundry VTT

8 lines (6 loc) 140 B
/** * Application classes for the DnD5e system */ export * from './actor-sheet'; export * from './item-sheet'; export * from './dialog';