UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines (2 loc) 165 B
import type { JSXAttribute, JSXElement } from 'eslint-codemod-utils'; export declare function findProp(jsx: JSXElement, propName: string): JSXAttribute | undefined;