radical/item/style/init.lua

11 lines
586 B
Lua
Raw Normal View History

2014-02-23 05:59:03 +01:00
return {
basic = require("radical.item.style.basic" ),
classic = require("radical.item.style.classic" ),
subtle = require("radical.item.style.subtle" ),
2014-02-23 05:59:03 +01:00
rounded = require("radical.item.style.rounded" ),
holo = require("radical.item.style.holo" ),
2014-02-23 05:59:03 +01:00
arrow_alt = require("radical.item.style.arrow_alt" ),
arrow_prefix = require("radical.item.style.arrow_prefix" ),
arrow_single = require("radical.item.style.arrow_single" ),
slice_prefix = require("radical.item.style.slice_prefix" ),
2014-02-23 05:59:03 +01:00
}