mirror of
https://github.com/Insality/druid
synced 2025-11-26 10:50:54 +01: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
|