Blame view

天文台pc/tianwentai-ui/node_modules/@emotion/react/dist/declarations/src/jsx-runtime.d.ts 336 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  import * as ReactJSXRuntime from 'react/jsx-runtime';
  export type { EmotionJSX as JSX } from "./jsx-namespace.js";
  export declare const Fragment: import("react").ExoticComponent<{
      children?: import("react").ReactNode;
  }>;
  export declare const jsx: typeof ReactJSXRuntime.jsx;
  export declare const jsxs: typeof ReactJSXRuntime.jsxs;