UNPKG

@chakra-ui/styled-system

Version:

Style function for css-in-js building component libraries

5 lines (4 loc) 151 B
/** * Get the CSS variable ref stored in the theme */ export declare function getCSSVar(theme: Record<string, any>, scale: string, value: any): any;