UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines (3 loc) 230 B
import type { Rule } from 'eslint'; import { type EslintNode } from 'eslint-codemod-utils'; export declare const getValue: (node: EslintNode, context: Rule.RuleContext) => string | number | (string | number)[] | null | undefined;