UNPKG

dnd-character-sheets

Version:

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

10 lines (9 loc) 256 B
import React from 'react'; declare function DeathSave(props: { classes?: string; label: React.ReactNode; value?: number; onChange: (arg0: any, arg1: number | null) => void; name: any; }): JSX.Element; export default DeathSave;