UNPKG

195 BTypeScriptView Raw
1import { JSX as JSXNamespace } from './jsx-namespace';
2import { ElementType } from '../types';
3export declare function jsx(type: ElementType, config: any, key?: string): JSXNamespace.Element;