cleanup and styling , wip
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// TS types for elements on the Config pages
|
||||
|
||||
export interface TextFieldProps {
|
||||
onUpdate: ({ fieldName, value }: UpdateArgs) => void;
|
||||
handleResetValue: ({ fieldName }) => void;
|
||||
fieldName: string;
|
||||
initialValue: string;
|
||||
initialValues: any;
|
||||
type: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user