refactor(web/input): add icon to date picker

This commit is contained in:
Luke
2023-01-14 13:56:05 +01:00
parent ec57d03791
commit a23b94ceb1
2 changed files with 3 additions and 0 deletions

View File

@@ -79,4 +79,5 @@ export interface IDateInput {
clearable?: boolean;
min?: string;
max?: string;
icon?: IconProp;
}