jsx-automatic.d.ts 135 B

1234567
  1. export function jsx(type: any, config: any, key: any): {
  2. key: any;
  3. ref: any;
  4. type: any;
  5. props: any;
  6. _cache: {};
  7. };