8 lines
336 B
TypeScript
8 lines
336 B
TypeScript
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;
|