TypeScript Exports
You can import a few useful types:
Sx
SxProp
(Same asSx
, except that it also allows a factory function)Theme
which is the type for your theme. This will match your custom theme if you completed the TypeScript Guide.
import type { Sx, SxProp, Theme } from 'dripsy'