@hakuna-matata-ui/styled-system
Version:
Style function for css-in-js building component libraries
11 lines (10 loc) • 381 B
text/typescript
export * from "./config"
export * from "./css"
export * from "./system.types"
export * from "./theming.types"
export * from "./system"
export * from "./create-theme-vars"
export type { ResponsiveValue } from "./utils"
export { tokenToCSSVar } from "./utils/create-transform"
export type OmitSpaceXY<T> = Omit<T, "spaceX" | "spaceY">
export type { WithCSSVar } from "./utils/types"