#1151·stitches

export type of `css` function

Author: majidsajadiCreated Apr 5, 2023Updated Jun 19, 2023

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.