mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 22:31:35 +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
|