mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
53f2a8b39a
commit
cf6460b15c
3 changed files with 8 additions and 1 deletions
|
@ -37,5 +37,5 @@ export interface SideNavLinkProps
|
|||
export default class SideNavLink extends SvelteComponentTyped<
|
||||
SideNavLinkProps,
|
||||
{ click: WindowEventMap["click"] },
|
||||
{ icon: {} }
|
||||
{ default: {}; icon: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue