@chakra-v2/styled-system
Version:
Style function for css-in-js building component libraries
6 lines (5 loc) • 326 B
TypeScript
import { Transform } from "./types";
export declare const globalSet: Set<string>;
export declare function parseGradient(value: string | null | undefined, theme: Record<string, any>): string | null | undefined;
export declare const isCSSFunction: (value: unknown) => boolean;
export declare const gradientTransform: Transform;