(cloneProps)
| 23 | "color:red; background-color: lightpink;border: 2px dotted black;margin-bottom: 36px;"; |
| 24 | const preact = null; |
| 25 | const script = (cloneProps) => |
| 26 | $("script", { type: "application/json" }, JSON.stringify(cloneProps)); |
| 27 | |
| 28 | interface NeededContext { |
| 29 | utils: Utils; |