mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
parent
186d2863d3
commit
08402e54bf
5 changed files with 32 additions and 4 deletions
|
@ -3998,7 +3998,19 @@
|
|||
{
|
||||
"moduleName": "Form",
|
||||
"filePath": "src/Form/Form.svelte",
|
||||
"props": [],
|
||||
"props": [
|
||||
{
|
||||
"name": "ref",
|
||||
"kind": "let",
|
||||
"description": "Obtain a reference to the form element",
|
||||
"type": "null | HTMLFormElement",
|
||||
"value": "null",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
}
|
||||
],
|
||||
"slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
|
||||
"events": [
|
||||
{ "type": "forwarded", "name": "click", "element": "form" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue