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:
573 bytes
|
Line | |
---|
1 | declare namespace messages {
|
---|
2 | export const noMultiSpreading: string;
|
---|
3 | }
|
---|
4 | export declare namespace meta {
|
---|
5 | export namespace docs {
|
---|
6 | export const description: string;
|
---|
7 | export const category: string;
|
---|
8 | export const recommended: boolean;
|
---|
9 | export const url: string;
|
---|
10 | }
|
---|
11 | export { messages };
|
---|
12 | }
|
---|
13 | export declare function create(context: any): {
|
---|
14 | JSXOpeningElement(node: any): void;
|
---|
15 | };
|
---|
16 | export declare function create(context: any): {
|
---|
17 | JSXOpeningElement(node: any): void;
|
---|
18 | };
|
---|
19 | export {};
|
---|
20 | //# sourceMappingURL=jsx-props-no-spread-multi.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.