mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
8 lines
103 B
Lua
8 lines
103 B
Lua
Preview = {
|
|
area = ui.Rect.default,
|
|
}
|
|
|
|
function Preview:render(area)
|
|
self.area = area
|
|
return {}
|
|
end
|