Is your feature request related to a problem? Please describe.
Im using React context API for exposing created stitches config to the components. I want to store css in context but there is no exported type.
Describe the solution you'd like
Export css and styled types.
Describe alternatives you've considered
Im currently using typeof css operator.
Is your feature request related to a problem? Please describe.
Im using React context API for exposing created stitches config to the components. I want to store
cssin context but there is no exported type.Describe the solution you'd like
Export
cssandstyledtypes.Describe alternatives you've considered
Im currently using
typeof cssoperator.