UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

4 lines (3 loc) 179 B
import type { NodePath } from '@babel/traverse'; import type { Expression } from '@babel/types'; export declare function valueToLiteral(value: unknown, ex: NodePath): Expression;