feat(web/input): select row icon

This commit is contained in:
Luke
2023-01-09 14:39:49 +01:00
parent 8936191f2e
commit d337bc096d
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ export interface ISelect {
description?: string;
required?: boolean;
clearable?: boolean;
icon?: IconProp;
}
export interface INumber {