mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
feat(web/input): allow defining icon for number row field
This commit is contained in:
@@ -27,6 +27,7 @@ export interface INumber {
|
||||
label: string;
|
||||
placeholder?: string;
|
||||
default?: number;
|
||||
icon?: IconProp;
|
||||
min?: number;
|
||||
max?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user