widget.* to druid.widget lls class

This commit is contained in:
Insality
2025-03-16 17:44:08 +02:00
parent ad0447b649
commit 5348561d68
17 changed files with 64 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ local panthera = require("panthera.panthera")
local animation = require("example.other.go_bindings.go_widget_panthera")
local memory_panel = require("druid.widget.memory_panel.memory_panel")
---@class widget.go_widget: druid.widget
---@class druid.widget.go_widget: druid.widget
local M = {}