UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 246 B
import { type JSXAttribute, type JSXElement } from 'eslint-codemod-utils'; /** * Returns the `spacing` JSXAttribute from an icon element, or undefined. */ export declare function getSpacingAttribute(node: JSXElement): JSXAttribute | undefined;