annotations.d.ts 390 B

12345678
  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. */
  7. export function isAnnotatedFunctionPropsDeclaration(node: ASTNode, context: any): boolean;
  8. //# sourceMappingURL=annotations.d.ts.map