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.
20 lines
573 B
20 lines
573 B
5 months ago
|
declare namespace messages {
|
||
|
export const noMultiSpreading: string;
|
||
|
}
|
||
|
export declare namespace meta {
|
||
|
export namespace docs {
|
||
|
export const description: string;
|
||
|
export const category: string;
|
||
|
export const recommended: boolean;
|
||
|
export const url: string;
|
||
|
}
|
||
|
export { messages };
|
||
|
}
|
||
|
export declare function create(context: any): {
|
||
|
JSXOpeningElement(node: any): void;
|
||
|
};
|
||
|
export declare function create(context: any): {
|
||
|
JSXOpeningElement(node: any): void;
|
||
|
};
|
||
|
export {};
|
||
|
//# sourceMappingURL=jsx-props-no-spread-multi.d.ts.map
|