You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request
Currently, the AppShell and AppHeader don't have types defined for following props:
@Prop() mainNavigation?: any = [];
@Prop() iconNavigation?: any = [];
@Prop() userNavigation?: any = [];
@Prop() sectorNavigation?: any = [];
@Prop() addonNavigation?: any = [];
Describe the use case
I would like type safety when passing the prop values to these components.
The text was updated successfully, but these errors were encountered:
Describe the feature request
Currently, the AppShell and AppHeader don't have types defined for following props:
Describe the use case
I would like type safety when passing the prop values to these components.
The text was updated successfully, but these errors were encountered: