fix(recursive-list): explicitly type restProps

This commit is contained in:
Eric Y Liu 2021-07-03 13:59:00 -07:00
commit 3428df49ce
3 changed files with 5 additions and 2 deletions

View file

@ -7898,7 +7898,7 @@
"ts": "interface RecursiveListNode { text?: string; href?: string; html?: string; }"
}
],
"rest_props": { "type": "InlineComponent", "name": "svelte:component" }
"rest_props": { "type": "Element", "name": "ul | ol" }
},
{
"moduleName": "Row",