source: frontend/node_modules/eslint-plugin-react/lib/util/annotations.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 390 bytes
Line 
1/**
2 * Checks if we are declaring a `props` argument with a flow type annotation.
3 * @param {ASTNode} node The AST node being checked.
4 * @param {Object} context
5 * @returns {boolean} True if the node is a type annotated props declaration, false if not.
6 */
7export function isAnnotatedFunctionPropsDeclaration(node: ASTNode, context: any): boolean;
8//# sourceMappingURL=annotations.d.ts.map
Note: See TracBrowser for help on using the repository browser.