UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 197 B
import type tokens from '@atlaskit/tokens/token-names'; export declare const isLegacyElevation: (name: string) => false | { background: keyof typeof tokens; shadow: keyof typeof tokens; };