UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 234 B
import { type JSXAttribute } from 'eslint-codemod-utils'; /** * Returns the static string value of a JSXAttribute, or undefined if dynamic. */ export declare function getStaticAttributeValue(attr: JSXAttribute): string | undefined;