mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:api & yarn build:docs"
This commit is contained in:
parent
ddd4e06cf4
commit
eaa1603d42
14 changed files with 19 additions and 654 deletions
|
@ -2,13 +2,7 @@
|
|||
import { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export interface HeaderNavProps
|
||||
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["nav"]> {
|
||||
/**
|
||||
* Specify the ARIA label for the nav
|
||||
* @default undefined
|
||||
*/
|
||||
ariaLabel?: string;
|
||||
}
|
||||
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["nav"]> {}
|
||||
|
||||
export default class HeaderNav extends SvelteComponentTyped<
|
||||
HeaderNavProps,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue