dnd-character-sheets
Version:
Dungeons and Dragons 5th Edition character sheets created in ReactJS.
11 lines (10 loc) • 327 B
TypeScript
import React from 'react';
declare function StatBox2(props: {
classes?: string;
value: string | number | readonly string[] | undefined;
onChange: (arg0: any, arg1: string) => void;
name: any;
labelTop?: {} | null | undefined;
label?: React.ReactNode;
}): JSX.Element;
export default StatBox2;