feat(truncate): integrate Truncate with v11 (#1958)

This commit is contained in:
Eric Liu 2024-04-21 12:58:38 -07:00 committed by GitHub
commit 97e6301758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 41 deletions

View file

@ -14723,6 +14723,7 @@
{
"name": "clamp",
"kind": "let",
"description": "Specify the truncation direction",
"type": "\"end\" | \"front\"",
"value": "\"end\"",
"isFunction": false,
@ -14730,13 +14731,25 @@
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "tag",
"kind": "let",
"description": "Specify the tag name",
"type": "keyof HTMLElementTagNameMap",
"value": "\"p\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
"events": [],
"typedefs": [],
"rest_props": { "type": "Element", "name": "p" }
"rest_props": { "type": "Element", "name": "svelte:element" }
},
{
"moduleName": "UnorderedList",