chore: npu ux for add worker
This commit is contained in:
@@ -107,4 +107,7 @@ export default {
|
||||
Password: SealPassword,
|
||||
Number: SealInputNumber,
|
||||
Search: SealInputSearch
|
||||
} as Record<string, React.FC<InputProps & SealFormItemProps>>;
|
||||
} as Record<
|
||||
string,
|
||||
React.FC<InputProps & SealFormItemProps & { scaleSize?: boolean }>
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user