mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 10:32:20 +02:00
Add functions stubs
This commit is contained in:
15
druid/base/input.lua
Normal file
15
druid/base/input.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
--- Druid input text component
|
||||
-- @local unimplemented
|
||||
-- @module druid.input
|
||||
|
||||
local component = require("druid.component")
|
||||
|
||||
local M = component.create("input")
|
||||
|
||||
|
||||
function M.init(self, node, callback, click_node)
|
||||
self.style = self:get_style()
|
||||
end
|
||||
|
||||
|
||||
return M
|
Reference in New Issue
Block a user