UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines (2 loc) 198 B
import { type ImportDeclaration } from 'eslint-codemod-utils'; export declare const getUniqueButtonItemName: (menuNode: ImportDeclaration | null, importDeclarations: ImportDeclaration[]) => string;