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
Creates a type-safe function for accessing your [defined properties](#defineProperties). You can provide as many collections of properties as you like.
558
558
559
+
> 🚧 Ensure properties are defined as variables before passing them into `createSprinkles`.
560
+
> Calling `defineProperties` inside a `createSprinkles` call will cause types to be inferred incorrectly, resulting in a type-unsafe sprinkles function.
0 commit comments