blob: 3b1f737000df32faf627dc13ab10f79d6bcba92e (
plain)
1
2
3
4
5
6
7
8
9
|
import Astal from "gi://Astal?version=4.0"
import Gtk from "gi://Gtk?version=4.0"
import Gdk from "gi://Gdk?version=4.0"
// import astalify, { type ConstructProps } from "./astalify.js"
export { Astal, Gtk, Gdk }
export { default as App } from "./app.js"
// export { astalify, ConstructProps }
// export * as Widget from "./widget.js"
|