mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(web/input): add missing icon prop to color type
This commit is contained in:
@@ -66,6 +66,7 @@ export interface IColorInput {
|
||||
description?: string;
|
||||
format?: 'hex' | 'hexa' | 'rgb' | 'rgba' | 'hsl' | 'hsla';
|
||||
required?: boolean;
|
||||
icon?: IconProp;
|
||||
}
|
||||
|
||||
export interface IDateInput {
|
||||
|
||||
Reference in New Issue
Block a user