mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/input): description tooltip on fields
This commit is contained in:
@@ -14,6 +14,7 @@ interface InputDialogRowProps {
|
||||
min?: number;
|
||||
max?: number;
|
||||
step?: number;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
type inputDialog = (
|
||||
|
||||
Reference in New Issue
Block a user