UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

7 lines (6 loc) 265 B
import type { Rule } from 'eslint'; import { type VariableDeclarator } from 'eslint-codemod-utils'; /** * Returns a styled component */ export declare const getStyledComponentCall: (node: Rule.Node) => (VariableDeclarator & Rule.NodeParentExtension) | undefined;