main
Last change
on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
638 bytes
|
Rev | Line | |
---|
[0c6b92a] | 1 | export 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 | };
|
---|
| 17 | export declare function create(context: any): {
|
---|
| 18 | 'FunctionExpression, ArrowFunctionExpression'(node: any): void;
|
---|
| 19 | };
|
---|
| 20 | export 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.