UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines 212 B
export function findProp(jsx, propName) { var labelProp = jsx.openingElement.attributes.find(function (attr) { return attr.type === 'JSXAttribute' && attr.name.name === propName; }); return labelProp; }