chore(ui-shell): update company prop description in Header (#1770)

This commit is contained in:
Eric Liu 2023-07-13 08:46:51 -07:00
commit 2715ed9c38
4 changed files with 7 additions and 5 deletions

View file

@ -4751,7 +4751,7 @@
{
"name": "company",
"kind": "let",
"description": "Specify the company name",
"description": "Specify the company name. \nAlternatively, use the named slot \"company\" (e.g., `<span slot=\"company\">...</span>`)",
"type": "string",
"isFunction": false,
"isFunctionDeclaration": false,