Skip to content

Commit a12a9b5

Browse files
Format
1 parent a4602ea commit a12a9b5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/plugin/utils/props.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,11 @@ const textFieldProps = {
126126
};
127127

128128

129-
// Default Export //
130-
export { checkboxProps, selectProps, switchProps, textFieldProps, textareaProps };
129+
// Export //
130+
export {
131+
checkboxProps,
132+
selectProps,
133+
switchProps,
134+
textFieldProps,
135+
textareaProps,
136+
};

0 commit comments

Comments
 (0)