feat(ui-shell): make SideNavMenuItem text slottable

This commit is contained in:
Eric Y Liu 2021-03-12 16:05:46 -08:00
commit bee8b521ca
6 changed files with 26 additions and 8 deletions

View file

@ -28,5 +28,5 @@ export interface SideNavMenuItemProps
export default class SideNavMenuItem extends SvelteComponentTyped<
SideNavMenuItemProps,
{ click: WindowEventMap["click"] },
{}
{ default: {} }
> {}