9 lines
140 B
Lua
9 lines
140 B
Lua
return function(title, pageView, configs)
|
|
return {
|
|
title = title,
|
|
content = {
|
|
component = pageView,
|
|
options = configs
|
|
},
|
|
}
|
|
end |