anomaly-packer
Version:
Anomaly Packer is a utility package for STALKER Anomaly creators to help them develop addons at speed with TypeScript's type-safety and game-oriented build tools.
15 lines • 630 B
text/typescript
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
import { JSX as JSX$1 } from "react";
//#region src/jsx-runtime.d.ts
declare namespace JSX {
type Element = JSX$1.Element;
type ElementType = JSX$1.ElementType;
type ElementClass = JSX$1.ElementClass;
type ElementAttributesProperty = JSX$1.ElementAttributesProperty;
type ElementChildrenAttribute = JSX$1.ElementChildrenAttribute;
type IntrinsicAttributes = JSX$1.IntrinsicAttributes;
type IntrinsicClassAttributes<T> = JSX$1.IntrinsicClassAttributes<T>;
interface IntrinsicElements extends UI.Elements {}
}
//#endregion
export { Fragment, JSX, jsx, jsxs };