mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
feat(web/input): number input type
This commit is contained in:
@@ -12,7 +12,7 @@ import { Row } from "../../../interfaces/dialog";
|
||||
interface Props {
|
||||
row: Row;
|
||||
index: number;
|
||||
handleChange: (value: string | boolean, index: number) => void;
|
||||
handleChange: (value: string | number | boolean, index: number) => void;
|
||||
passwordStates: boolean[];
|
||||
handlePasswordStates: (index: number) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user