import { Image } from "@sealcode/jdd"; import { StatefulPage } from "@sealcode/sealgen"; import { TempstreamJSX } from "tempstream"; import { ComponentPreviewState } from "../components.sreact.js"; import { jdd_context } from "../jdd-context.js"; import { ComponentPreviewActions } from "./component-preview-actions.js"; import { printArgPath } from "./print-arg-path.js"; export function ComponentInputImage({ arg_path, arg, value, }: { state: State; arg_path: string[]; arg: Image; value: string; page: StatefulPage; }) { return (
); }