summaryrefslogtreecommitdiff
path: root/lang/gjs/src/gtk3/index.ts
blob: ff641af0e1a8bf72cd9cbb1e9abfaae802ffe463 (plain)
1
2
3
4
5
6
7
8
9
import Astal from "gi://Astal?version=3.0"
import Gtk from "gi://Gtk?version=3.0"
import Gdk from "gi://Gdk?version=3.0"
import astalify, { type ConstructProps, type BindableProps } from "./astalify.js"

export { Astal, Gtk, Gdk }
export { default as App } from "./app.js"
export { astalify, ConstructProps, BindableProps }
export * as Widget from "./widget.js"