Add help tooltips to customized

This commit is contained in:
Misode
2023-06-20 04:18:40 +02:00
parent 983782b1f8
commit 0fdfaffc13
8 changed files with 43 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ import { CustomizedInput } from './CustomizedInput.jsx'
interface Props {
label: string,
help?: string,
value: number,
min: number,
max: number,