File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { CCProps } from "../../gjsx/src/jsx/index.js"
5
5
import { intrinsicElements } from "../../gjsx/src/gtk4/jsx-runtime.js"
6
6
7
7
Object . assign ( intrinsicElements , {
8
- box : Astal . Box ,
8
+ box : Gtk . Box ,
9
9
button : Gtk . Button ,
10
10
centerbox : Gtk . CenterBox ,
11
11
// circularprogress: Astal.CircularProgress,
@@ -29,7 +29,7 @@ Object.assign(intrinsicElements, {
29
29
declare global {
30
30
namespace JSX {
31
31
interface IntrinsicElements {
32
- box : CCProps < Astal . Box , Omit < Astal . Box . ConstructorProps , "children" > >
32
+ box : CCProps < Gtk . Box , Gtk . Box . ConstructorProps >
33
33
button : CCProps < Gtk . Button , Gtk . Button . ConstructorProps >
34
34
centerbox : CCProps < Gtk . CenterBox , Gtk . CenterBox . ConstructorProps >
35
35
// circularprogress: CCProps<Astal.CircularProgress, Astal.CircularProgress.ConstructorProps>
You can’t perform that action at this time.
0 commit comments