@reatom/devtools
Version:
Reatom developer tools for states and actions inspecting
12 lines • 535 B
TypeScript
import { Ctx, Rec, Atom, Action } from '@reatom/framework';
import { DevtoolsOptions } from '.';
export declare const States: ({ clientCtx, viewSwitch, separator, snapshot, privatePrefix, }: {
clientCtx: Ctx;
viewSwitch: Atom<boolean>;
separator: Exclude<DevtoolsOptions["separator"], undefined>;
snapshot: Atom<Rec> & {
forceUpdate: Action;
};
privatePrefix: Exclude<DevtoolsOptions["privatePrefix"], undefined>;
}) => import("@reatom/jsx/jsx-runtime").JSX.Element;
//# sourceMappingURL=States.d.ts.map