UNPKG

dnd-character-sheets

Version:

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

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