UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 219 B
/** * Returns whether the current string is a token value. * @param originalVaue string representing a css property value e.g 1em, 12px. */ export declare function isTokenValueString(originalValue: string): boolean;