Re-run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-07-13 08:42:31 -07:00
commit 41a32a72b4
3 changed files with 4 additions and 3 deletions

View file

@ -28,7 +28,8 @@ export interface HeaderProps
href?: string;
/**
* Specify the company name
* Specify the company name.
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
* @default undefined
*/
company?: string;