import { JSXFunction } from "../../types";

export const interopComponents = new Map<
  object | string,
  Parameters<JSXFunction>[0]
>();
