mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
committed by
GitHub
parent
ada2a35c0b
commit
8a7e0f89d2
@@ -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