mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 14:21:32 +03:00
9 lines
103 B
Lua
9 lines
103 B
Lua
Preview = {
|
|
area = ui.Rect.default,
|
|
}
|
|
|
|
function Preview:render(area)
|
|
self.area = area
|
|
return {}
|
|
end
|