summaryrefslogtreecommitdiffhomepage
path: root/src/features/surface-host/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/surface-host/index.ts')
-rw-r--r--src/features/surface-host/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/features/surface-host/index.ts b/src/features/surface-host/index.ts
new file mode 100644
index 0000000..afa3127
--- /dev/null
+++ b/src/features/surface-host/index.ts
@@ -0,0 +1,3 @@
+export { buildInvoke, planSurface } from "./logic/plan";
+export type { FieldView, SurfaceRenderPlan } from "./logic/types";
+export { default as SurfaceView } from "./ui/SurfaceView.svelte";