Fix interactive video (#350)

* n

* remove template

* Add templates

* remove print
This commit is contained in:
Freddy Boulton
2025-06-13 12:22:38 -04:00
committed by GitHub
parent b9c3f01e9f
commit 3abe0a4d8a
45 changed files with 4697 additions and 4672 deletions

View File

@@ -0,0 +1,15 @@
import { _ as s } from "./mermaid.core-Cmyps_S7.js";
var t, e = (t = class {
/**
* @param init - Function that creates the default state.
*/
constructor(i) {
this.init = i, this.records = this.init();
}
reset() {
this.records = this.init();
}
}, s(t, "ImperativeState"), t);
export {
e as I
};