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 bug dimensions which can be passed as prop to MenuProvider has no type import from kmenu. Its got a type Partial<Dimensions>
Expected behavior dimensions has type Partial<Dimensions>. I don't see this type being exported. I'm not sure if there's any other way to use it, but exporting its type as MenuDimension similar to whats done for config as MenuConfig would be convenient.
Describe the bug
dimensions which can be passed as prop to
MenuProvider
has no type import from kmenu. Its got a typePartial<Dimensions>
Expected behavior
dimensions has type
Partial<Dimensions>
. I don't see this type being exported. I'm not sure if there's any other way to use it, but exporting its type asMenuDimension
similar to whats done for config asMenuConfig
would be convenient.Additional context
Let me know if there's any other way this can be done.
The text was updated successfully, but these errors were encountered: