mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(ui-shell): make SideNavLink
text slottable (#1187)
This commit is contained in:
parent
e23b121143
commit
1462b2ee9c
4 changed files with 13 additions and 2 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