summaryrefslogtreecommitdiff
path: root/lang/gjs/src/gtk3/index.ts
blob: 39a1ae7e37af62b9370817f91db8756be8158e7e (plain)
1
2
3
4
5
6
7
8
9
10
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"
export { hook } from "../_astal"