UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 216 B
/** * Padding token mapping based on icon size and spacing value. * Same mapping as the codemod `icon-spacing-to-box-primitive`. */ export declare const SPACING_TO_PADDING: Record<string, Record<string, string>>;