widgets/iconimage: add typegen hints to alias properties

This commit is contained in:
outfoxxed 2024-09-15 02:20:58 -07:00
parent abe0327e67
commit 01f2be057e
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 10 additions and 4 deletions

6
src/widgets/module.md Normal file
View file

@ -0,0 +1,6 @@
name = "Quickshell.Widgets"
description = "Bundled widgets"
qml_files = [
"IconImage.qml",
]
-----