mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/input): number input type
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IconProp } from "@fortawesome/fontawesome-svg-core";
|
||||
|
||||
type RowType = "input" | "checkbox" | "select";
|
||||
type RowType = "input" | "checkbox" | "select" | "number";
|
||||
|
||||
export interface Row {
|
||||
type: RowType;
|
||||
|
||||
Reference in New Issue
Block a user