UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines 200 B
import { typographyProperties } from './typography-properties'; export var isTypographyProperty = function isTypographyProperty(propertyName) { return typographyProperties.includes(propertyName); };