We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b7576 commit 1fe1271Copy full SHA for 1fe1271
1 file changed
src/api/local-api.tsx
@@ -36,6 +36,7 @@ import { Coerce } from "./coerce";
36
import { ScriptCache } from "./script-cache";
37
import { Expression } from "expression/expression";
38
import { Card } from "./ui/views/cards";
39
+import { ControlledEditable } from "ui/fields/editable";
40
41
/** Local API provided to specific codeblocks when they are executing.
42
* @group Core
@@ -380,6 +381,7 @@ export class DatacoreLocalApi {
380
381
// Interative elements //
382
/////////////////////////
383
384
+ public ControlledEditable = ControlledEditable;
385
public Button = Button;
386
public Textbox = Textbox;
387
public Callout = Callout;
0 commit comments