Add titles/tooltips

This commit is contained in:
2025-12-20 21:10:05 -07:00
parent bc1ca2a2b1
commit e5d9226233
6 changed files with 59 additions and 4 deletions

View File

@@ -3,4 +3,5 @@ export type SettingProps = {
value: boolean
onChange: (val: boolean) => void
className?: string
title?: string
}