UNPKG

@hakuna-matata-ui/styled-system

Version:

Style function for css-in-js building component libraries

7 lines 403 B
import { Dict } from "@hakuna-matata-ui/utils"; import { Transform } from "./types"; export declare const globalSet: Set<string>; export declare function parseGradient(value: string | null | undefined, theme: Dict): string | null | undefined; export declare const isCSSFunction: (value: unknown) => boolean; export declare const gradientTransform: Transform; //# sourceMappingURL=parse-gradient.d.ts.map