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
when i try to export export type Sprinkles = Parameters<typeof baseProperties>[0];. I'm getting a strange error. Also, I'm getting strange errors when I put conditions in definedProperties.
conditions: {mobile: {},tablet: {'@media': 'screen and (min-width: 768px)'},desktop: {'@media': 'screen and (min-width: 1024px)'},},
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when i try to export
export type Sprinkles = Parameters<typeof baseProperties>[0];
. I'm getting a strange error. Also, I'm getting strange errors when I put conditions indefinedProperties
.Beta Was this translation helpful? Give feedback.
All reactions