Re-run "yarn build:docs" to auto-fix formatting

This commit is contained in:
Eric Liu 2023-07-13 07:29:24 -07:00
commit 4c83da0788

View file

@ -28,15 +28,14 @@ export interface HeaderProps
href?: string; href?: string;
/** /**
* Specify the company name. * Specify the company name
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
* @default undefined * @default undefined
*/ */
company?: string; company?: string;
/** /**
* Specify the platform name. * Specify the platform name
* Alternatively, use the named slot "platform" (e.g., `<span slot="platform">...</span>`) * Alternatively, use the named slot "platform" (e.g., <span slot="platform">...</span>)
* @default "" * @default ""
*/ */
platformName?: string; platformName?: string;
@ -48,7 +47,7 @@ export interface HeaderProps
persistentHamburgerMenu?: boolean; persistentHamburgerMenu?: boolean;
/** /**
* The window width (px) at which the SideNav is expanded and the hamburger menu is hidden. * The window width (px) at which the SideNav is expanded and the hamburger menu is hidden
* 1056 represents the "large" breakpoint in pixels from the Carbon Design System: * 1056 represents the "large" breakpoint in pixels from the Carbon Design System:
* small: 320 * small: 320
* medium: 672 * medium: 672