mirror of
https://github.com/Insality/druid
synced 2025-06-27 18:37:45 +02:00
10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
---@class widget.{COMPONENT_TYPE}: druid.widget
|
|
local M = {}
|
|
|
|
|
|
function M:init()
|
|
end
|
|
|
|
|
|
return M
|