jsx-classic.d.ts 175 B

12345678
  1. export const __esModule: boolean;
  2. export function jsx(type: any, config: any, ...args: any[]): {
  3. key: any;
  4. ref: any;
  5. type: any;
  6. props: any;
  7. _cache: {};
  8. };