Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/flow/eslint-jsx.js

12 lines
175 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
/*
* @flow
*/
import type {
JSXAttribute,
JSXOpeningElement,
} from 'ast-types-flow';
export type ESLintJSXAttribute = {
parent: JSXOpeningElement
} & JSXAttribute;