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.
23 lines
638 B
23 lines
638 B
export declare const meta: {
|
|
docs: {
|
|
description: string;
|
|
category: string;
|
|
recommended: boolean;
|
|
url: string;
|
|
};
|
|
messages: {
|
|
missingRefParameter: string;
|
|
addRefParameter: string;
|
|
removeForwardRef: string;
|
|
};
|
|
schema: any[];
|
|
type: string;
|
|
hasSuggestions: boolean;
|
|
};
|
|
export declare function create(context: any): {
|
|
'FunctionExpression, ArrowFunctionExpression'(node: any): void;
|
|
};
|
|
export declare function create(context: any): {
|
|
'FunctionExpression, ArrowFunctionExpression'(node: any): void;
|
|
};
|
|
//# sourceMappingURL=forward-ref-uses-ref.d.ts.map
|