UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines 174 B
import { typographyProperties } from './typography-properties'; export const isTypographyProperty = propertyName => { return typographyProperties.includes(propertyName); };