innovationDriveApp/node_modules/eslint-plugin-jsx-a11y/flow/eslint-jsx.js
2018-07-08 19:21:40 +10:00

11 lines
175 B
JavaScript

/*
* @flow
*/
import type {
JSXAttribute,
JSXOpeningElement,
} from 'ast-types-flow';
export type ESLintJSXAttribute = {
parent: JSXOpeningElement
} & JSXAttribute;