summaryrefslogtreecommitdiff
path: root/gjs/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'gjs/index.ts')
-rw-r--r--gjs/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gjs/index.ts b/gjs/index.ts
index 092f213..709017a 100644
--- a/gjs/index.ts
+++ b/gjs/index.ts
@@ -3,7 +3,7 @@ import { Gtk } from "./src/imports.js"
export * from "./src/imports.js"
export * from "./src/process.js"
export * from "./src/time.js"
-export { bind } from "./src/binding.js"
+export { bind, default as Binding } from "./src/binding.js"
export { Variable } from "./src/variable.js"
export * as Widget from "./src/widgets.js"
export { App } from "./src/application.js"