UNPKG

@hakuna-matata-ui/styled-system

Version:

Style function for css-in-js building component libraries

11 lines 434 B
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 declare type OmitSpaceXY<T> = Omit<T, "spaceX" | "spaceY">; export type { WithCSSVar } from "./utils/types"; //# sourceMappingURL=index.d.ts.map