source: imaps-frontend/node_modules/eslint-plugin-react/lib/rules/forward-ref-uses-ref.d.ts@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 638 bytes
Line 
1export declare const meta: {
2 docs: {
3 description: string;
4 category: string;
5 recommended: boolean;
6 url: string;
7 };
8 messages: {
9 missingRefParameter: string;
10 addRefParameter: string;
11 removeForwardRef: string;
12 };
13 schema: any[];
14 type: string;
15 hasSuggestions: boolean;
16};
17export declare function create(context: any): {
18 'FunctionExpression, ArrowFunctionExpression'(node: any): void;
19};
20export declare function create(context: any): {
21 'FunctionExpression, ArrowFunctionExpression'(node: any): void;
22};
23//# sourceMappingURL=forward-ref-uses-ref.d.ts.map
Note: See TracBrowser for help on using the repository browser.