Replies: 2 comments
-
Sorry, but from the given description I'm not exactly sure what you are asking for. We only generate export const NavModal = styled(({ className, ...props }) => <Overlay {...props} otherProp={className} />)`` |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes this is the solution I'm looking for. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following code where instead of passing it down as
className
toOverlay
's props I want it to pass it to another prop is that possible?Beta Was this translation helpful? Give feedback.
All reactions