Skip to content

Commit 85747a0

Browse files
committedMar 13, 2025
chore: Run prettier
1 parent 1f572b5 commit 85747a0

File tree

1 file changed

+3
-3
lines changed
  • apps/starlight/src/content/docs/solid/components/control

1 file changed

+3
-3
lines changed
 

‎apps/starlight/src/content/docs/solid/components/control/input.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ import { Interactive } from '@src/components/interactive';
1212
argDefinitions={{
1313
label: {
1414
type: 'string',
15-
options: ["Username", "Email", "Password"]
15+
options: ['Username', 'Email', 'Password'],
1616
},
1717
type: {
1818
type: 'string',
1919
options: Object.values(InputType),
20-
default: "text"
20+
default: 'text',
2121
},
2222
variant: {
2323
type: 'string',
2424
options: ['contained', 'outlined'],
25-
default: "contained"
25+
default: 'contained',
2626
},
2727
icon: {
2828
type: 'string',

0 commit comments

Comments
 (0)