@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
10 lines (9 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isTypographyProperty = void 0;
var _typographyProperties = require("./typography-properties");
var isTypographyProperty = exports.isTypographyProperty = function isTypographyProperty(propertyName) {
return _typographyProperties.typographyProperties.includes(propertyName);
};