UNPKG

dnd-character-sheets

Version:

Dungeons and Dragons 5th Edition character sheets created in ReactJS.

10 lines (9 loc) 245 B
/// <reference types="react" /> declare function AttackTable(props: { onChange: (arg0: any, arg1: any) => void; name: string; value?: any; classes?: string; rows: number; }): JSX.Element; export default AttackTable;