You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
390 B
8 lines
390 B
5 months ago
|
/**
|
||
|
* Checks if we are declaring a `props` argument with a flow type annotation.
|
||
|
* @param {ASTNode} node The AST node being checked.
|
||
|
* @param {Object} context
|
||
|
* @returns {boolean} True if the node is a type annotated props declaration, false if not.
|
||
|
*/
|
||
|
export function isAnnotatedFunctionPropsDeclaration(node: ASTNode, context: any): boolean;
|
||
|
//# sourceMappingURL=annotations.d.ts.map
|