mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-21 17:02:48 +01:00
@@ -70,11 +70,12 @@ export interface IColorInput {
|
||||
}
|
||||
|
||||
export interface IDateInput {
|
||||
type: 'date' | 'date-range';
|
||||
type: 'date' | 'date-range' | 'time';
|
||||
label: string;
|
||||
default?: string | [string, string] | true;
|
||||
disabled?: boolean;
|
||||
description?: string;
|
||||
format?: '12' | '24' | undefined;
|
||||
required?: boolean;
|
||||
placeholder?: string;
|
||||
clearable?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user