8 lines
72 B
Lua

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