mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/input): date range picker
This commit is contained in:
@@ -69,9 +69,9 @@ export interface IColorInput {
|
||||
}
|
||||
|
||||
export interface IDateInput {
|
||||
type: 'date';
|
||||
type: 'date' | 'date-range';
|
||||
label: string;
|
||||
default?: string | true;
|
||||
default?: string | [string, string] | true;
|
||||
disabled?: boolean;
|
||||
description?: string;
|
||||
required?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user