Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/flow/eslint-jsx.js
2017-10-16 11:19:46 +02:00

12 lines
175 B
JavaScript

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