UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines (2 loc) 171 B
import { type CallExpression, type Expression } from 'eslint-codemod-utils'; export declare const isCssInJsCallNode: (node?: Expression | null) => node is CallExpression;