forked from Gitlink/forgeplus-react
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
|
|
import * as React from 'react';
|
||
|
|
export declare function cloneElement(element: React.ReactNode, ...restArgs: any[]): {} | null | undefined;
|