UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 157 B
/** * Maps a padding token to a cssMap key name. * e.g. 'space.050' → 'space050' */ export declare function getCssMapKey(paddingToken: string): string;