8 lines
72 B
Lua
Raw Normal View History

local M = {}
M.component = function (field)
-- TODO
end
return M