chore(react/launch_bar): port custom widget

This commit is contained in:
Elian Doran
2025-12-04 17:55:38 +02:00
parent b7d7fc8b67
commit 604488b166
3 changed files with 42 additions and 6 deletions

View File

@@ -62,7 +62,8 @@ type Relations = [
"ancestor",
// Launcher-specific
"target"
"target",
"widget"
];
export type LabelNames = keyof Labels;