e196ad7659
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"description": "This component is based on the `input` element and supports all of its props",
|
|
"methods": [],
|
|
"displayName": "Input",
|
|
"props": {
|
|
"size": {
|
|
"defaultValue": {
|
|
"value": "\"base\"",
|
|
"computed": false
|
|
},
|
|
"description": "The input's size.",
|
|
"required": false
|
|
}
|
|
},
|
|
"composes": [
|
|
"VariantProps",
|
|
"Omit"
|
|
]
|
|
} |