refactor: more TS code
This commit is contained in:
@@ -25,7 +25,7 @@ const StyledEdit = styled(StyledModal)`
|
||||
|
||||
interface Props {
|
||||
label?: string;
|
||||
valueKey?: string;
|
||||
valueKey?: "name" | "email";
|
||||
value?: string;
|
||||
title?: string;
|
||||
intro?: string;
|
||||
|
||||
Reference in New Issue
Block a user