UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

5 lines (4 loc) 287 B
import type { NodePath, Scope } from '@babel/traverse'; import type { ObjectExpression } from '@babel/types'; export declare function getOrAddLinariaPreval(scope: Scope): NodePath<ObjectExpression>; export declare function addIdentifierToLinariaPreval(scope: Scope, name: string): void;