refactor(web/input): add missing icon prop to color type

This commit is contained in:
Luke
2023-01-20 10:30:42 +01:00
parent e298b13607
commit fcf33dbdfe
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ export interface IColorInput {
description?: string;
format?: 'hex' | 'hexa' | 'rgb' | 'rgba' | 'hsl' | 'hsla';
required?: boolean;
icon?: IconProp;
}
export interface IDateInput {