refactor: more TS code

This commit is contained in:
Tristan Yang
2022-07-27 17:48:11 +08:00
parent 396a296c0b
commit 974432a0af
14 changed files with 783 additions and 685 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const StyledEdit = styled(StyledModal)`
interface Props {
label?: string;
valueKey?: string;
valueKey?: "name" | "email";
value?: string;
title?: string;
intro?: string;