@reatom/devtools
Version:
Reatom developer tools for states and actions inspecting
7 lines • 423 B
TypeScript
export type { JSX, FC } from '@reatom/jsx';
export { css, Bind } from '@reatom/jsx';
export declare const CONTAINER: HTMLDivElement;
export declare const ROOT: ShadowRoot;
export declare const ctx: import('@reatom/core').Ctx;
export declare const h: (tag: any, props: import('@reatom/core').Rec, ...children: any[]) => any, hf: () => void, mount: (target: Element, child: Element) => void;
//# sourceMappingURL=jsx.d.ts.map