Variable React

React: {
    Fragment: symbol;
    createElement: ((clsOrTag: any, attrs: any, ...children: any[]) => ComponentContent);
    createFragment: (() => ComponentContent);
} = ...

Type declaration

Generated using TypeDoc