mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(types): add TextAreaProps to RowInput (#717)
This commit is contained in:
@@ -149,7 +149,8 @@ type RowInput =
|
||||
| ColorProps
|
||||
| DateProps
|
||||
| DateRangeProps
|
||||
| TimeProps;
|
||||
| TimeProps
|
||||
| TextAreaProps;
|
||||
|
||||
type inputDialog = (
|
||||
heading: string,
|
||||
|
||||
Reference in New Issue
Block a user