File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-namespace */
22import Gtk from "gi://Gtk?version=3.0"
33import Astal from "gi://Astal?version=3.0"
4- import { CCProps } from "../../gnim/src/jsx/ index.js"
4+ import { CCProps } from "../../gnim/src/index.js"
55import { intrinsicElements } from "../../gnim/src/gtk3/jsx-runtime.js"
66
77type Props < T extends Gtk . Widget , Props > = CCProps < T , Partial < Props > >
Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-namespace */
22import Gtk from "gi://Gtk?version=4.0"
33import Astal from "gi://Astal?version=4.0"
4- import { CCProps } from "../../gnim/src/jsx/ index.js"
4+ import { CCProps } from "../../gnim/src/index.js"
55import { intrinsicElements } from "../../gnim/src/gtk4/jsx-runtime.js"
66
77type Props < T extends Gtk . Widget , Props > = CCProps < T , Partial < Props > >
Original file line number Diff line number Diff line change 1- export * from "../gnim/src/jsx/ index.js"
1+ export * from "../gnim/src/index.js"
Original file line number Diff line number Diff line change 11import AstalIO from "gi://AstalIO"
2- import { Accessor } from "../gnim/src/jsx/ index.js"
2+ import { Accessor } from "../gnim/src/index.js"
33
44type Args = {
55 cmd : string | string [ ]
Original file line number Diff line number Diff line change 11import AstalIO from "gi://AstalIO"
2- import { Accessor } from "../gnim/src/jsx/ index.js"
2+ import { Accessor } from "../gnim/src/index.js"
33import { execAsync } from "./process.js"
44
55export type Time = AstalIO . Time
You can’t perform that action at this time.
0 commit comments