mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Updated docs
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
--[[-- Core Module - ExpStyle
|
||||
@core ExpStyle
|
||||
@module ExpStyle
|
||||
@alias expstyle
|
||||
]]
|
||||
|
||||
--- @dep expcore.gui
|
||||
|
||||
--- @dep gui.concept.frame
|
||||
|
||||
--- @dep gui.concept.flow
|
||||
|
||||
--- @dep gui.concept.table
|
||||
|
||||
--- @dep gui.concept.scroll
|
||||
|
||||
local function r(name)
|
||||
require('expcore.gui.styles.expstyle.'..name)
|
||||
end
|
||||
@@ -9,5 +20,9 @@ end
|
||||
r 'container'
|
||||
r 'alignment'
|
||||
r 'header'
|
||||
r 'footer'
|
||||
r 'scroll_table'
|
||||
r 'time_label'
|
||||
r 'time_label'
|
||||
r 'data_label'
|
||||
r 'unit_label'
|
||||
r 'toggle_button'
|
||||
Reference in New Issue
Block a user