mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
feat: initial commit
This commit is contained in:
11
widget/common/picture.tsx
Normal file
11
widget/common/picture.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ConstructProps } from "astal/gtk4";
|
||||
import { astalify, Gtk } from "astal/gtk4";
|
||||
|
||||
export type PictureProps = ConstructProps<
|
||||
Gtk.Picture,
|
||||
Gtk.Picture.ConstructorProps
|
||||
>;
|
||||
|
||||
export const Picture = astalify<Gtk.Picture, Gtk.Picture.ConstructorProps>(
|
||||
Gtk.Picture,
|
||||
);
|
Reference in New Issue
Block a user