jsx-automatic.d.ts 192 B

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