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.

5 lines
320 B

import * as React from 'react';
export declare const isValidElement: typeof React.isValidElement;
export declare function replaceElement(element: React.ReactNode, replacement: React.ReactNode, props: any): React.ReactNode;
export declare function cloneElement(element: React.ReactNode, props?: any): React.ReactElement;