9 lines
74 B
Lua

---@type TransHoverRenderer
local M = {}
function M.web()
end
return M