UNPKG

163 BTypeScriptView Raw
1// declare module "react-element-to-jsx-string" {
2// namespace JSXToString { }
3
4// function JSXToString(element: any): string;
5// export = JSXToString;
6// }