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