UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

4 lines (3 loc) 186 B
import type { NodePath } from '@babel/core'; import type { CallExpression } from '@babel/types'; export declare function isUnnecessaryReactCall(path: NodePath<CallExpression>): boolean;