added 'increment' option for Inputter (#64)

* added 'increment' option for Inputter

* added 'quick edit: added max value for font-weight

* forgot to include type change
This commit is contained in:
matavach
2024-08-02 21:54:25 -05:00
committed by GitHub
parent 308e22b02f
commit 1f7c5a70ca
3 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export type RowProps<T> = {
max?: number
min?: number
subtitle?: string
increment?: number
}
export type OSDOrientation = "horizontal" | "vertical";